Show
Ignore:
Timestamp:
2008-07-03 19:01:34 (6 months ago)
Author:
mosipov
Message:

- Site plugin bumped to 2.0-beta-7
- improved velocity_freemarker.apt

Files:
1 modified

Legend:

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

    r2156 r2161  
    5252    FCKeditor editor = new FCKeditor(request, instanceName); 
    5353    editor.setValue(value); 
    54     // HERE you could set other properties like 'fckconfig.js' (with custom path) 
    55     // 'fckstyles.xml' and so on. 
    5654    return editor.createHtml(); 
    5755  }