(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...) |
|||
Line 1: | Line 1: | ||
== ImageUpload == | == 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> | + | 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: |
− | FCKConfig.FlashUpload = true ; | + | <pre>FCKConfig.FlashUpload = true ; |
</pre> | </pre> |
Revision as of 14:10, 10 January 2008
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:
FCKConfig.FlashUpload = true ;