Changeset 2525

Show
Ignore:
Timestamp:
2008-10-07 18:39:53 (6 weeks ago)
Author:
mosipov
Message:

Improved documentation

Location:
FCKeditor.Java/trunk/src/site/apt
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/src/site/apt/connector.apt

    r2521 r2525  
    6767  [] 
    6868 
    69   The Connector is now enabled. 
     69  The Connector is now <<enabled>>. 
  • FCKeditor.Java/trunk/src/site/apt/localization.apt

    r2521 r2525  
    3535  contains only one method: 
    3636 
    37   * <<<Locale resolveLocale(final HttpServletRequest)>>>: On every request it will 
    38     passed the current <<<HttpServletRequest>>> instance. It resolves the user 
    39     locale according to the underlying system or returns <<<null>>> if it can't 
    40     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. 
    4141 
    4242  [] 
  • FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt

    r2213 r2525  
    3737  (usually <<<WEB-INF/lib>>>). 
    3838 
    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>>>}}. 
    4040  We propose to write a wrapper object to initialize the FCKeditor object.\ 
    4141  Take a look at this very simple example: