Show
Ignore:
Timestamp:
2008-04-20 23:44:14 (6 months ago)
Author:
mosipov
Message:

Improved doc, corrected links

Files:
1 modified

Legend:

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

    r1919 r1931  
    7272||                                   ||                               ||                            ||                                 || 
    7373*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    74 | fckeditor.toolbarSet \ \ \ \ \ \       | Default                                | any string \ \ \ \ \ \      | Indicates the toolbar set you want to load. If you provide a name which does not exist, the editor will fail. | 
     74| fckeditor.toolbarSet \ \ \ \ \ \       | Default                                | any string \ \ \ \ \ \      | Indicates the toolbar set you want to load. If you provide a name which does not exist, the editor will fail to load. | 
    7575*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    7676| fckeditor.width                        | 200                            | any string                                  | Indicates the editor width.           | 
     
    8484* Connector 
    8585 
    86   The integration pack supports file, flash, image, and media resource types. 
     86  The integration library supports file, flash, image, and media resource types. 
    8787  Replace <type name> in the property name with "file", "flash", "image", or  
    8888  "media". 
     
    131131*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    132132| connector.secureImageUploads  |true                                                    | true, false (boolean)           | Checks uploaded images for validity.                               | 
    133 |                                                               |                                                                |                                                         | I.e. the uploaded file is a real image not any             | 
     133|                                                               |                                                                |                                                         | I.e. the uploaded file is a real image and not any | 
    134134|                                                               |                                                                |                                                         | other renamed file type.                                                   | 
    135135*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    136136| connector.userActionImpl              |                                                                | any class implementing the  | Providing custom security functions for the File       | 
    137137|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see              | 
    138 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
     138|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
    139139*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    140 | connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct an user depended 'BaseDir' for the | 
    141 |                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | Browser Connector. For more details see            | 
    142 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
     140| connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct a user-dependent 'UserFilesPath' for the | 
     141|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | File Browser Connector. For more details see               | 
     142|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
    143143*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+