'how to auto grow the editable area as you type in CKEDITOR
I would like the editable area in CKEditor to flow as user types in more data instead of showing a scrollbar and re-sizer. Can anyone please help me how to do this.
Solution 1:[1]
Use the autogrow plugin: http://nightly.ckeditor.com/latest/ckeditor/_samples/autogrow.html
Solution 2:[2]
add a "overflow:h" style to the body in the iframe, you will not see a scroll-bar appear for a moment anymore
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AlfonsoML |
Solution 2 | user1020309 |