Changeset 1099 for ZMS/trunk/plugins/rte/fckeditor/manage_form.dtml
- Timestamp:
- 12.07.2010 21:24:47 (23 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/plugins/rte/fckeditor/manage_form.dtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/plugins/rte/fckeditor/manage_form.dtml
r1086 r1099 3 3 ### CKEditor 4 4 ### please refer to http://ckeditor.com/ 5 ### 6 ### Conf-Properties: 7 ### plugin.rte.ckeditor.Height=400 8 ### plugin.rte.ckeditor.Config 5 9 ################################################################################ 6 10 </dtml-comment> … … 78 82 var div = document.getElementById("editor_<dtml-var "REQUEST.get('elName')">"); 79 83 var fck = new FCKeditor("editor_<dtml-var "REQUEST.get('elName')">"); 84 fck.Height = <dtml-var "getConfProperty('plugin.rte.ckeditor.Height',400)">; 85 <dtml-if "getConfProperty('plugin.rte.ckeditor.Config','')">fck.Config["CustomConfigurationsPath"] = "<dtml-var "getConfProperty('plugin.rte.ckeditor.Config','')">";</dtml-if> 80 86 div.innerHTML = fck.CreateHtml(); 81 87 });
Note: See TracChangeset
for help on using the changeset viewer.
