AutoGrowMax

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.

AutoGrowMax

The AutoGrowMax option will only work if the 'autogrow' is added to the config file. See how to add it in Plugins.Add. To learn about the plugin and the "AutoGrowMax" option read this example:

Lets say that the plugin has been added to the config file and we are running our FCKeditor. While typing there is a moment when the content is bigger than the space of the "Editing Area" (than a scrollbar appears on the right). The "autogrow" plugin allows to expand the "Editing Area" so it will fit the content you have placed inside it. The "AutoGrowMax" option sets the maximum height which the "Editing Area" can expand to. Code:

FCKConfig.AutoGrowMax = 400 ;
This page was last edited on 15 January 2008, at 16:32.