Changeset 53272
- Timestamp:
- 12/16/08 22:08:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/products/CPSSchemas/trunk/skins/cps_schemas/popup_tinymce_form.pt
r53271 r53272 48 48 theme : 'advanced', 49 49 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', 51 51 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 53 56 }); 54 57 document.getElementById('rte_value').value = opener.document.getElementById('${input_id}').value; CPS3/products/CPSSchemas/trunk/skins/cps_schemas/widget_text_render.pt
r53271 r53272 60 60 theme : 'advanced', 61 61 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', 63 63 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 65 68 }); 66 69 ">
