Changeset 2191 for FCKeditor.Java/trunk

Show
Ignore:
Timestamp:
2008-07-08 20:14:52 (5 months ago)
Author:
mosipov
Message:

More doc corrections

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

Legend:

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

    r2164 r2191  
    8282  interfaces the way it fits best in your environment. 
    8383 
    84   Supply the fully-qualified class names of the implemented classes as described 
     84  Supply the fully-qualified class names of the implementing classes as described 
    8585  in the {{{properties.html}configuration settings}}. 
    8686 
  • FCKeditor.Java/trunk/src/site/apt/index.apt

    r2184 r2191  
    4545Call To Action 
    4646 
    47   Help us to improve the FCKeditor.Java Integration! 
     47  Help us improve the FCKeditor.Java Integration! 
    4848 
    4949  If you think this documentation, the Java library or anything else is lacking  
  • FCKeditor.Java/trunk/src/site/apt/properties.apt

    r2164 r2191  
    5555                 start of your web application. If you don't have a kind of  
    5656                 an 'initialization' servlet, where you could place the  
    57                  <<<PropertiesLoader>>> calls, we suggest you to write your own  
     57                 <<<PropertiesLoader>>> calls, we suggest for you to write your own  
    5858                 <<<ServletContextListener>>>. So you guarantee, you call the  
    5959                 <<<PropertiesLoader>>> <before> the <<<ConnectorServlet>>> is 
  • FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt

    r2184 r2191  
    2828  section. 
    2929 
    30     [Hint:] This part of the documentation is just for people who are familiar 
    31             with Velocity or FreeMarker. It's just a hint for an approach how to 
    32             use the Java Integration Pack with these template engines! 
     30    [Hint:] This part of the documentation is just for those who are familiar 
     31            with Velocity or FreeMarker. It's just a hint for an approach on how 
     32            to use the Java Integration Pack with these template engines! 
    3333 
    3434  The required jars are <<<velocity-1.x.x.jar>>> or <<<freemarker-2.x.jar>>> in  
    3535  order to work with Velocity or FreeMarker respectively and <<<commons-collections.jar>>> 
    36   has also to be available for Velocity. Drop the required jar files in your classpath 
     36  also has to be available for Velocity. Drop the required jar files in your classpath 
    3737  (usually <<<WEB-INF/lib>>>). 
    3838   
    3939  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.\ 
    41   Have a look at this very simple example: 
     41  Take a look at this very simple example: 
    4242   
    4343+------------------------------------------------------------------------------+ 
     
    5757+------------------------------------------------------------------------------+ 
    5858 
    59   Let's assume you add a <<<FCKeditorWrapper>>> instance named 'DefaultEditor'  
     59  Let's assume you add a <<<FCKeditorWrapper>>> instance called <editor>  
    6060  to your context objects, then you just need the following minimal template  
    6161  example (Velocity):