- Timestamp:
- 2008-07-03 19:01:34 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
r2156 r2161 52 52 FCKeditor editor = new FCKeditor(request, instanceName); 53 53 editor.setValue(value); 54 // HERE you could set other properties like 'fckconfig.js' (with custom path)55 // 'fckstyles.xml' and so on.56 54 return editor.createHtml(); 57 55 }