(New page: == DisableObjectResizing == This option enables/disables the ability to resize the inputed objects e.g. a table. By default the option is set to 'false' so te objects can be resized. Code...) |
|||
| Line 1: | Line 1: | ||
| − | + | This option enables/disables the ability to resize objects in the editing area, like images and table. By default the option is set to 'false' so objects can be resized. | |
| − | + | For example: | |
| − | <pre>FCKConfig.DisableObjectResizing = | + | <pre>FCKConfig.DisableObjectResizing = true; |
</pre> | </pre> | ||
Revision as of 18:24, 10 June 2008
This option enables/disables the ability to resize objects in the editing area, like images and table. By default the option is set to 'false' so objects can be resized.
For example:
FCKConfig.DisableObjectResizing = true;