(New page: == ImageUpload == This option allows you to enable/disable "Upload" tab in the "Image Properties" window. By default it is set to true so the images can be uploaded. Example: <pre> FCKConf...) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | This option allows you to enable/disable the "Upload" tab in the "Image Properties" window. By default it is set to 'true' so image files can be uploaded. | |
− | This option allows you to enable/disable "Upload" tab in the "Image Properties" window. By default it is set to true so | + | |
− | <pre> | + | The following example disables the "Upload" tab in the "Image Properties" dialog: |
− | FCKConfig. | + | <pre>FCKConfig.ImageUpload = false ; |
</pre> | </pre> |
Latest revision as of 10:09, 14 May 2008
This option allows you to enable/disable the "Upload" tab in the "Image Properties" window. By default it is set to 'true' so image files can be uploaded.
The following example disables the "Upload" tab in the "Image Properties" dialog:
FCKConfig.ImageUpload = false ;