- Timestamp:
- 2008-04-13 19:36:32 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt
r1907 r1914 35 35 ... 36 36 fckeditor.toolbarSet=Silver 37 connector. sessionDataImpl=net.fckeditor.impl.BasicSessionData37 connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl 38 38 ... 39 39 +-------------------------------------------------------+ … … 46 46 ... 47 47 PropertiesLoader.setProperty("fckeditor.toolbarSet", "Silver"); 48 PropertiesLoader.setProperty("connector.sessionDataImpl", "net.fckeditor.impl.BasicSessionData"); 48 PropertiesLoader.setProperty("connector.userActionImpl", 49 "net.fckeditor.requestcycle.impl.UserActionImpl"); 49 50 ... 50 51 +-------------------------------------------------------+ … … 133 134 | | | | other renamed file type. | 134 135 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 135 | connector. sessionDataImpl | | any class implementing the | Providing custom security functions for the File |136 | | | {{{apidocs/net/fckeditor/ SessionData.html}<<<net.fckeditor.SessionData>>>}} | Browser Connector. For more details see |136 | connector.userActionImpl | | any class implementing the | Providing custom security functions for the File | 137 | | | {{{apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see | 137 138 | | | interface | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 138 139 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 140 | connector.userPathBuilderImpl | | any class implementing the | Providing a custom function to construct an user depended 'BaseDir' for the | 141 | | | {{{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}}. | 143 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+