(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...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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: | |
− | <pre>FCKConfig.DisableObjectResizing = | + | <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;