includes/clientside/static/editor.js
changeset 544 81b4499a963e
parent 541 acb7e23b6ffa
child 550 685e839d934e
equal deleted inserted replaced
543:dffcbfbc4e59 544:81b4499a963e
    32   theme_advanced_buttons3_add_after : "|,fullscreen",
    32   theme_advanced_buttons3_add_after : "|,fullscreen",
    33   theme_advanced_statusbar_location : 'bottom',
    33   theme_advanced_statusbar_location : 'bottom',
    34   noneditable_noneditable_class : 'mce_readonly',
    34   noneditable_noneditable_class : 'mce_readonly',
    35   content_css : css_url
    35   content_css : css_url
    36 };
    36 };
       
    37 
       
    38 var enano_tinymce_gz_options = {
       
    39 	plugins : 'table,save,safari,pagebreak,style,layer,advhr,insertdatetime,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras' + do_popups,
       
    40 	themes : 'advanced',
       
    41 	languages : 'en',
       
    42 	disk_cache : true,
       
    43 	debug : false
       
    44 };
       
    45 
    37 
    46 
    38 // Check tinyMCE to make sure its init is finished
    47 // Check tinyMCE to make sure its init is finished
    39 function tinymce_preinit_check()
    48 function tinymce_preinit_check()
    40 {
    49 {
    41   if ( typeof(tinyMCE.init) != 'function' )
    50   if ( typeof(tinyMCE.init) != 'function' )