Changeset 2161 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-03 19:01:34 (5 months ago)
- Location:
- FCKeditor.Java/trunk
- Files:
-
- 2 modified
-
pom.xml (modified) (1 diff)
-
src/site/apt/velocity_freemarker.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/pom.xml
r2050 r2161 84 84 <plugin> 85 85 <artifactId>maven-site-plugin</artifactId> 86 <version>2.0-beta- 5</version>86 <version>2.0-beta-7</version> 87 87 <configuration> 88 88 <outputEncoding>utf-8</outputEncoding> -
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 }