Changeset 2184
- Timestamp:
- 2008-07-06 14:50:43 (5 months ago)
- Location:
- FCKeditor.Java/trunk/src/site
- Files:
-
- 3 modified
-
apt/index.apt (modified) (1 diff)
-
apt/velocity_freemarker.apt (modified) (1 diff)
-
site.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/index.apt
r2178 r2184 49 49 If you think this documentation, the Java library or anything else is lacking 50 50 something, contains errors, or can be improved do <not> hesitate to open a 51 thread in our {{{http://www.fckeditor.net/forums }forums}} or file a ticket in51 thread in our {{{http://www.fckeditor.net/forums/}forums}} or file a ticket in 52 52 our {{{issue-tracking.html}issue tracker}}. -
FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
r2161 r2184 37 37 (usually <<<WEB-INF/lib>>>). 38 38 39 The main class that builds the html for the editor is {{{java-core/apidocs/net/fckeditor/ fckeditor.html}<<<net.fckeditor.FCKeditor>>>}}.39 The main class that builds the html for the editor is {{{java-core/apidocs/net/fckeditor/FCKeditor.html}<<<net.fckeditor.FCKeditor>>>}}. 40 40 We propose to write a wrapper object to initialize the FCKeditor object.\ 41 41 Have a look at this very simple example: -
FCKeditor.Java/trunk/src/site/site.xml
r2181 r2184 47 47 <item name="Project License" href="/license.html" /> 48 48 <item name="Mailing Lists" href="/mail-lists.html" /> 49 <item name="Forums" href="http://www.fckeditor.net/forums " />49 <item name="Forums" href="http://www.fckeditor.net/forums/" /> 50 50 <item name="Issue Tracking" href="/issue-tracking.html" /> 51 51 <item name="Source Repository" href="/source-repository.html" />