Changeset 53272

Show
Ignore:
Timestamp:
12/16/08 22:08:35 (1 year ago)
Author:
madarche
Message:

Still working on #1160: added TinyMCE HTML editor resizing so that it's
possible to easily augment the height of the HTML editor frame.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSSchemas/trunk/skins/cps_schemas/popup_tinymce_form.pt

    r53271 r53272  
    4848    theme : 'advanced', 
    4949    plugins : 'table', 
    50     theme_advanced_buttons1 : 'bold,italic,underline,strikethrough,bullist,numlist,formatselect,removeformat,separator,link,unlink,anchor,image,emotions,separator,undo,redo,code', 
     50    theme_advanced_buttons1 : 'bold,italic,underline,strikethrough,bullist,numlist,formatselect,removeformat,separator,link,unlink,anchor,image,separator,undo,redo,code', 
    5151    theme_advanced_buttons2 : 'tablecontrols', 
    52     theme_advanced_buttons3 : '' 
     52    theme_advanced_buttons3 : '', 
     53    theme_advanced_toolbar_location : 'top', 
     54    theme_advanced_statusbar_location : 'bottom', 
     55    theme_advanced_resizing : true 
    5356}); 
    5457document.getElementById('rte_value').value = opener.document.getElementById('${input_id}').value; 
  • CPS3/products/CPSSchemas/trunk/skins/cps_schemas/widget_text_render.pt

    r53271 r53272  
    6060    theme : 'advanced', 
    6161    plugins : 'table', 
    62     theme_advanced_buttons1 : 'bold,italic,underline,strikethrough,bullist,numlist,formatselect,removeformat,separator,link,unlink,anchor,image,emotions,separator,undo,redo,code', 
     62    theme_advanced_buttons1 : 'bold,italic,underline,strikethrough,bullist,numlist,formatselect,removeformat,separator,link,unlink,anchor,image,separator,undo,redo,code', 
    6363    theme_advanced_buttons2 : 'tablecontrols', 
    64     theme_advanced_buttons3 : '' 
     64    theme_advanced_buttons3 : '', 
     65    theme_advanced_toolbar_location : 'top', 
     66    theme_advanced_statusbar_location : 'bottom', 
     67    theme_advanced_resizing : true 
    6568}); 
    6669">