Changeset 2156

Show
Ignore:
Timestamp:
2008-07-03 09:28:21 (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

    • Property svn:keywords set to Id
    r2155 r2156  
    1717~~ 
    1818~~ == END LICENSE == 
    19 ~~ @version $Id: connector.apt 2004 2008-05-16 14:48:17Z mosipov $ 
     19~~ @version $Id$ 
    2020                        ------------------------------ 
    2121                        Velocity/FreeMarker Integration 
     
    5252    FCKeditor editor = new FCKeditor(request, instanceName); 
    5353    editor.setValue(value); 
    54     // HERE you could set other properties like 'fckconfig.js' 'fckstyles.xml'  
    55     // and so on. 
     54    // HERE you could set other properties like 'fckconfig.js' (with custom path) 
     55    // 'fckstyles.xml' and so on. 
    5656    return editor.createHtml(); 
    5757  }