(New page: == ImageDlgHideAdvanced == This option allow you to hide the "Advanced" tab in the "Image properties" window. By default it is set to 'false' so the tab is active. Code: <pre>FCKConfig....) |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
This option allow you to hide the "Advanced" tab in the "Image properties" window. By default it is set to 'false' so the tab is active. | This option allow you to hide the "Advanced" tab in the "Image properties" window. By default it is set to 'false' so the tab is active. | ||
| − | + | For example: | |
<pre>FCKConfig.ImageDlgHideAdvanced = false ; | <pre>FCKConfig.ImageDlgHideAdvanced = false ; | ||
</pre> | </pre> | ||
Latest revision as of 12:29, 8 October 2008
This option allow you to hide the "Advanced" tab in the "Image properties" window. By default it is set to 'false' so the tab is active.
For example:
FCKConfig.ImageDlgHideAdvanced = false ;