Changeset 2156 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-03 09:28:21 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
- Property svn:keywords set to Id
r2155 r2156 17 17 ~~ 18 18 ~~ == END LICENSE == 19 ~~ @version $Id : connector.apt 2004 2008-05-16 14:48:17Z mosipov$19 ~~ @version $Id$ 20 20 ------------------------------ 21 21 Velocity/FreeMarker Integration … … 52 52 FCKeditor editor = new FCKeditor(request, instanceName); 53 53 editor.setValue(value); 54 // HERE you could set other properties like 'fckconfig.js' 'fckstyles.xml'55 // and so on.54 // HERE you could set other properties like 'fckconfig.js' (with custom path) 55 // 'fckstyles.xml' and so on. 56 56 return editor.createHtml(); 57 57 }