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

More doc corrections

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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):