Changeset 2161

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

Location:
FCKeditor.Java/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/pom.xml

    r2050 r2161  
    8484                        <plugin> 
    8585                                <artifactId>maven-site-plugin</artifactId> 
    86                                 <version>2.0-beta-5</version> 
     86                                <version>2.0-beta-7</version> 
    8787                                <configuration> 
    8888                                        <outputEncoding>utf-8</outputEncoding> 
  • 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  }