JoeAtRevolutionUnltd
Programmer
Anyone have any issues with TinyMCE and Safari? Sometimes the editor loads, and if it doesn't load the first time it loads on refresh.
Code:
tinyMCE.init({
// General options
mode : 'textareas',
theme : 'advanced',
editor_deselector : 'noEditor',
plugins : 'safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,ie
spell,inlinepopups,insertdatetime,preview,media,searchreplace,print,context
menu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xh
tmlxtras,studiov,wordcount',
// Theme options
theme_advanced_buttons1 : 'save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justi
fycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect',
theme_advanced_buttons2 :
'cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,bloc
kquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code',
theme_advanced_buttons3 :
'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,iespell,medi
a,advhr',
theme_advanced_buttons4 :
'insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acr
onym,del,ins,attribs,|,visualchars,nonbreaking,studiov,pagebreak,|,preview,
|,forecolor,backcolor,|,fullscreen',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : '/styles/styles.css?'+ new Date().getTime(),
});