Changeset 2525
- Timestamp:
- 2008-10-07 18:39:53 (6 weeks ago)
- Location:
- FCKeditor.Java/trunk/src/site/apt
- Files:
-
- 3 modified
-
connector.apt (modified) (1 diff)
-
localization.apt (modified) (1 diff)
-
velocity_freemarker.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/connector.apt
r2521 r2525 67 67 [] 68 68 69 The Connector is now enabled.69 The Connector is now <<enabled>>. -
FCKeditor.Java/trunk/src/site/apt/localization.apt
r2521 r2525 35 35 contains only one method: 36 36 37 * <<<Locale resolveLocale(final HttpServletRequest )>>>: On every request it will38 passed the current <<<HttpServletRequest>>> instance. It resolves the user39 locale according to the underlying system or returns <<<null>>> if it can't40 resolve the locale.37 * <<<Locale resolveLocale(final HttpServletRequest request)>>>: On every request 38 it will passed the current <<<HttpServletRequest>>> instance. It resolves the 39 user locale according to the underlying system or returns <<<null>>> if it 40 can't resolve the locale. 41 41 42 42 [] -
FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
r2213 r2525 37 37 (usually <<<WEB-INF/lib>>>). 38 38 39 The main class that builds the htmlfor 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 Take a look at this very simple example: