Subject: RE: iphone safari_warning option?I Googled the message. It actually comes from TinyMCE (the control that BT uses for editing text). It's not a BT message. You have to set it to false when you initiate the tinyMCE control..... tinyMCE.init({ mode : "textareas", theme : "simple", safari_warning: false });
|