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. | |
− | + | The following example disables the "Upload" tab in the "Image Properties" dialog: | |
− | <pre>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 ;