Line 1: | Line 1: | ||
− | This option enables/disables the ability to resize objects in the editing area, like images and | + | This option enables/disables the ability to resize objects in the editing area, like images and tables. By default the option is set to 'false' so objects can be resized. |
For example: | For example: | ||
<pre>FCKConfig.DisableObjectResizing = true; | <pre>FCKConfig.DisableObjectResizing = true; | ||
</pre> | </pre> |
Latest revision as of 17:01, 2 July 2008
This option enables/disables the ability to resize objects in the editing area, like images and tables. By default the option is set to 'false' so objects can be resized.
For example:
FCKConfig.DisableObjectResizing = true;