HomeHelpTrac

Changeset 14559 for trunk/administration


Ignore:
Timestamp:
10/27/10 21:41:01 (19 months ago)
Author:
Alexander Trofimov
Message:

Ticket #2259

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/js/page_builder_tiny.js

    r10554 r14559  
    11tinyMCE_GZ.init({ 
    2     plugins : "style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras", 
     2    plugins : "style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,contextmenu,paste,directionality,fullscreen,visualchars,nonbreaking,xhtmlxtras", 
    33    themes : "simple,advanced", 
    44    languages : "en", 
     
    1414    content_css : "plugins/tiny_mce/dolphin.css", 
    1515     
    16     plugins : "style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,visualchars,nonbreaking,xhtmlxtras", 
     16    plugins : "style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,contextmenu,paste,directionality,fullscreen,visualchars,nonbreaking,xhtmlxtras", 
    1717    relative_urls : false, 
    1818     
     
    2323    theme_advanced_toolbar_location : "top", 
    2424    theme_advanced_toolbar_align : "center", 
    25     valid_elements : "*[*]" 
     25 
     26    entity_encoding : "raw", 
     27 
     28    paste_use_dialog : false, 
     29    paste_convert_headers_to_strong : false, 
     30    paste_remove_spans : false, 
     31    paste_remove_styles : false 
     32 
    2633}); 
Note: See TracChangeset for help on using the changeset viewer.