Show
Ignore:
Timestamp:
2008-07-13 13:30:32 (6 months ago)
Author:
mosipov
Message:

Fixed traling spaces

Files:
1 modified

Legend:

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

    r2191 r2213  
    11~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    22~~ Copyright (C) 2003-2008 Frederico Caldeira Knabben 
    3 ~~  
     3~~ 
    44~~ == BEGIN LICENSE == 
    5 ~~  
     5~~ 
    66~~ Licensed under the terms of any of the following licenses at your 
    77~~ choice: 
    8 ~~  
     8~~ 
    99~~  - GNU General Public License Version 2 or later (the "GPL") 
    1010~~    http://www.gnu.org/licenses/gpl.html 
    11 ~~  
     11~~ 
    1212~~  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
    1313~~    http://www.gnu.org/licenses/lgpl.html 
    14 ~~  
     14~~ 
    1515~~  - Mozilla Public License Version 1.1 or later (the "MPL") 
    1616~~    http://www.mozilla.org/MPL/MPL-1.1.html 
    17 ~~  
     17~~ 
    1818~~ == END LICENSE == 
    1919~~ @version $Id$ 
     
    2727  Define only those you intend to override for the <entire> web application. 
    2828 
    29   There are two ways to override the default properties:  
     29  There are two ways to override the default properties: 
    3030 
    31   * By creating a <<<fckeditor.properties>>> file in the classpath (usually  
     31  * By creating a <<<fckeditor.properties>>> file in the classpath (usually 
    3232    <<<WEB-INF/classes>>>): 
    3333 
     
    4646  ... 
    4747  PropertiesLoader.setProperty("fckeditor.toolbarSet", "Basic"); 
    48   PropertiesLoader.setProperty("connector.userActionImpl",  
     48  PropertiesLoader.setProperty("connector.userActionImpl", 
    4949                   "net.fckeditor.requestcycle.impl.UserActionImpl"); 
    5050  ... 
     
    5353    [Attention:] It is essential to know how to use the <<<PropertiesHolder>>>. 
    5454                 Like the common properties usage, you should use it only at the 
    55                  start of your web application. If you don't have a kind of  
    56                  an 'initialization' servlet, where you could place the  
    57                  <<<PropertiesLoader>>> calls, we suggest for you to write your own  
    58                  <<<ServletContextListener>>>. So you guarantee, you call the  
     55                 start of your web application. If you don't have a kind of 
     56                 an 'initialization' servlet, where you could place the 
     57                 <<<PropertiesLoader>>> calls, we suggest for you to write your own 
     58                 <<<ServletContextListener>>>. So you guarantee, you call the 
    5959                 <<<PropertiesLoader>>> <before> the <<<ConnectorServlet>>> is 
    6060                 initialized. 
     
    6262  [] 
    6363 
    64   As you can see, setting a property is equal in both ways. The tables below  
     64  As you can see, setting a property is equal in both ways. The tables below 
    6565  list all configurable properties for the integration pack. 
    6666 
     
    8686 
    8787  The integration library supports file, flash, image, and media resource types. 
    88   Replace <type name> in the property name with "file", "flash", "image", or  
     88  Replace <type name> in the property name with "file", "flash", "image", or 
    8989  "media". 
    9090 
    91   Define <<either>> an allowed <<or>> denied list. If an allowed list is  
     91  Define <<either>> an allowed <<or>> denied list. If an allowed list is 
    9292  pre-defined overwrite it with an empty list and define your denied list as you 
    9393  wish.