Changeset 90550b9 in github


Ignore:
Timestamp:
May 2, 2011 9:20:01 AM (2 years ago)
Author:
vbenincasa <vbenincasa@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
125894d
Parents:
87e58c7
Message:
  • Added an example in editor.js to help the skin developers know the possibility of sending config. parameter to TinyMCE
  • Small fix to allow the script to work in IE6 and IE7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/js/editor.js

    r2d889ec r90550b9  
    4040      plugins: 'paste,tabfocus', 
    4141      theme_advanced_buttons1: 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', 
    42       theme_advanced_buttons2: ',fontselect,fontsizeselect', 
     42      theme_advanced_buttons2: ',fontselect,fontsizeselect' 
    4343    }); 
    4444  else // mail compose 
  • skins/default/functions.js

    r9e1daa4 r90550b9  
    577577    return result; 
    578578} 
     579 
     580// Optional parameters used by TinyMCE 
     581var rcmail_editor_settings = { 
     582  skin : "default", // "default", "o2k7" 
     583  skin_variant : "" // "", "silver", "black" 
     584}; 
Note: See TracChangeset for help on using the changeset viewer.