DisableObjectResizing"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(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:
== DisableObjectResizing ==
+
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.
  
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:
+
For example:  
<pre>FCKConfig.DisableObjectResizing = false;
+
<pre>FCKConfig.DisableObjectResizing = true;
 
</pre>
 
</pre>

Latest revision as of 18: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;
This page was last edited on 2 July 2008, at 18:01.