includes/clientside/static/tinymce-init.js
changeset 1053 bdbb49cf6f1b
parent 784 72df14a56a03
child 1193 e3b94bd055dc
equal deleted inserted replaced
1052:374d08d176cb 1053:bdbb49cf6f1b
    45   theme_advanced_buttons3_add_before : "tablecontrols,separator",
    45   theme_advanced_buttons3_add_before : "tablecontrols,separator",
    46   theme_advanced_buttons3_add_after : "|,fullscreen",
    46   theme_advanced_buttons3_add_after : "|,fullscreen",
    47   theme_advanced_statusbar_location : 'bottom',
    47   theme_advanced_statusbar_location : 'bottom',
    48   noneditable_noneditable_class : 'mce_readonly',
    48   noneditable_noneditable_class : 'mce_readonly',
    49   content_css : css_url,
    49   content_css : css_url,
    50   spellchecker_rpc_url : scriptPath + '/includes/clientside/tinymce/plugins/spellchecker/rpc.php',
    50   spellchecker_rpc_url : scriptPath + '/includes/clientside/tinymce/plugins/spellchecker/rpc.php'
    51 };
    51 };
    52 
    52 
    53 var enano_tinymce_gz_options = {
    53 var enano_tinymce_gz_options = {
    54 	plugins : 'table,save,safari,pagebreak,style,layer,advhr,insertdatetime,searchreplace,spellchecker,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras' + do_popups,
    54 	plugins : 'table,save,safari,pagebreak,style,layer,advhr,insertdatetime,searchreplace,spellchecker,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras' + do_popups,
    55 	themes : 'advanced',
    55 	themes : 'advanced',