Changeset 1817

Show
Ignore:
Timestamp:
2008-03-26 22:50:16 (5 months ago)
Author:
mosipov
Message:

added links

Location:
FCKeditor.Java/branches/2.4/src/site/apt
Files:
2 modified

Legend:

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

    r1816 r1817  
    4949 
    5050*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    51 || Property                          || Default                       || Valid Values               || Description                     ||  
     51|| Property                          || Default                       || Valid Values               || Description                     || 
    5252||                                   ||                               ||                            ||                                 || 
    5353*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
     
    5656| fckeditor.width                        | 200                            | any string                                  | Indicates the editor width.           | 
    5757*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    58 | fckeditor.height                       | 100%                                               | any string                  | Indicates the editor height.              |  
     58| fckeditor.height                       | 100%                                               | any string                  | Indicates the editor height.              | 
    5959*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    6060| fckeditor.basePath                     | /fckeditor \ \ \ \ \ \         | any path                    | The default path of the editor installation resides within your webapp. | 
     
    8282*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    8383| 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).               | 
    8585|                                                               | jpeg\|jpg\|mid\|mov\|mp3\|mp4\||                                                         |                                                                                                    | 
    8686|                                                               | mpc\|mpeg\|mpg\|ods\|odt\|pdf\||                                                         |                                                                                                    | 
     
    114114|                                                               |                                                                |                                                         | other renamed file type.                                                   | 
    115115*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    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}}. | 
    119119*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
  • FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt

    r1815 r1817  
    5050  The Connector is now enabled. 
    5151 
    52 Extending the Connector capabilities 
     52Extending the Connector 
    5353 
    5454    [Hint:]  Skip this section if you are not interested in extending the