Changeset 2155

Show
Ignore:
Timestamp:
2008-07-03 08:56:39 (6 months ago)
Author:
th-schwarz
Message:

javadoc issues

Files:
1 modified

Legend:

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

    r2152 r2155  
    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   A very simple example: 
     41  Have a look at this very simple example: 
    4242   
    4343+------------------------------------------------------------------------------+ 
     
    5959+------------------------------------------------------------------------------+ 
    6060 
    61   Let's assume that you add a <<<FCKeditorWrapper>>> instance to your context 
    62   objects, then you just need the following minimal template example (Velocity): 
     61  Let's assume you add a <<<FCKeditorWrapper>>> instance named 'DefaultEditor'  
     62  to your context objects, then you just need the following minimal template  
     63  example (Velocity): 
    6364 
    6465+------------------------------------------------------------------------------+ 
    65 <script language="javascript" type="text/javascript" src="/fckeditor/fckeditor.js"></script> 
    6666<form method="post" action="[servlet path]"> 
    6767   $editor.get("DefaultEditor", "Some text");