Changeset 1931 for FCKeditor.Java/branches/2.4/src/site/apt/properties.apt
- Timestamp:
- 2008-04-20 23:44:14 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/properties.apt
r1919 r1931 72 72 || || || || || 73 73 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 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. | 75 75 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 76 76 | fckeditor.width | 200 | any string | Indicates the editor width. | … … 84 84 * Connector 85 85 86 The integration packsupports file, flash, image, and media resource types.86 The integration library supports file, flash, image, and media resource types. 87 87 Replace <type name> in the property name with "file", "flash", "image", or 88 88 "media". … … 131 131 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 132 132 | 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 | 134 134 | | | | other renamed file type. | 135 135 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 136 136 | connector.userActionImpl | | any class implementing the | Providing custom security functions for the File | 137 137 | | | {{{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}}. | 139 139 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 140 | connector.userPathBuilderImpl | | any class implementing the | Providing a custom function to construct a n 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}}. | 143 143 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+