- Timestamp:
- 09/03/10 20:21:49 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2.1/www/admin/view/vArchitecture/ajax/dsp_javascript.cfm
r2681 r2757 78 78 oFCKeditor.ReplaceTextarea(); 79 79 <cfelse> 80 jQuery('##summary').ckeditor( htmlEditorOnComplete,{80 jQuery('##summary').ckeditor({ 81 81 toolbar: 'Summary', 82 82 contentsCss: '#application.settingsManager.getSite(attributes.siteid).getThemeAssetPath()#/css/editor.css', 83 83 defaultLanguage: '#lcase(session.rb)#', 84 84 width: '100%' 85 } 85 }, 86 htmlEditorOnComplete 86 87 ); 87 88 summaryLoaded=true;
Note: See TracChangeset
for help on using the changeset viewer.
