Changeset 1817
- Timestamp:
- 2008-03-26 22:50:16 (5 months ago)
- Location:
- FCKeditor.Java/branches/2.4/src/site/apt
- Files:
-
- 2 modified
-
fckeditor-properties.apt (modified) (4 diffs)
-
integration/connector.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt
r1816 r1817 49 49 50 50 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 51 || Property || Default || Valid Values || Description || 51 || Property || Default || Valid Values || Description || 52 52 || || || || || 53 53 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ … … 56 56 | fckeditor.width | 200 | any string | Indicates the editor width. | 57 57 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 58 | fckeditor.height | 100% | any string | Indicates the editor height. | 58 | fckeditor.height | 100% | any string | Indicates the editor height. | 59 59 *------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 60 60 | fckeditor.basePath | /fckeditor \ \ \ \ \ \ | any path | The default path of the editor installation resides within your webapp. | … … 82 82 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 83 83 | connector.resourceType.file. | 7z\|aiff\|asf\|avi\|bmp\|csv\| | any extension | List with extensions which should be allowed. | 84 | extensions.allowed | doc\|fla\|flv\|gif\|gz\|gzip\| | | separate extensions with a \| (pipe symbol). | |84 | extensions.allowed | doc\|fla\|flv\|gif\|gz\|gzip\| | | separate extensions with a \| (pipe symbol). | 85 85 | | jpeg\|jpg\|mid\|mov\|mp3\|mp4\|| | | 86 86 | | mpc\|mpeg\|mpg\|ods\|odt\|pdf\|| | | … … 114 114 | | | | other renamed file type. | 115 115 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 116 | connector.sessionDataImpl | | any class implementing the | Providing custom security functions for the File | 117 | | | <<<net.fckeditor.SessionData>>>| Browser Connector. For more details see |118 | | | <<<interface>>> | {{{sessiondata.html}Session Data Handling}}.|116 | connector.sessionDataImpl | | any class implementing the | Providing custom security functions for the File | 117 | | | {{{apidocs/net/fckeditor/SessionData.html}<<<net.fckeditor.SessionData>>>}} | Browser Connector. For more details see | 118 | | | interface | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 119 119 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ -
FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt
r1815 r1817 50 50 The Connector is now enabled. 51 51 52 Extending the Connector capabilities52 Extending the Connector 53 53 54 54 [Hint:] Skip this section if you are not interested in extending the