Opened 15 years ago

Closed 15 years ago

#3119 closed New Feature (invalid)

Dynamically Expandable Height

Reported by: Aaron Sarnat Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Confirmed Cc:

Description

Let me start by saying that I HEART FCKeditor. You guys did an amazing job, and I can't thank you enough.

From a design perspective, there is only 1 feature I feel that your system lacks, and that is its ability to adjust the height of the editor to fit to the amount of content inside of it in real time.

Something like this for example: http://james.padolsey.com/javascript/jquery-plugin-autoresize/

FCKeditor is so customizable I was able to create the illusion of "edit-in-place" with a CMS I built a couple of years ago. The only indication that the editable content was in a box was the internal scrollbar. :(

'AutoResize' would be a fantastic boolean switch. Hope others agree. Thanks!

Change History (2)

comment:1 Changed 15 years ago by Artur Formella

Keywords: Confirmed added
Milestone: CKEditor 3.x

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x
Resolution: invalid
Status: newclosed

This is already possible with FCKeditor with the "autogrow" plugin. Check out the fckconfig.js file and look for the following commented line:

// FCKConfig.Plugins.Add( 'autogrow' ) ;
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy