开发者

how to auto grow the editable area as you type in CKEDITOR

开发者 https://www.devze.com 2023-03-06 04:49 出处:网络
I would like the editable area in CKEditor to flow as user types in more data instead of showing a scrollbar and re-sizer开发者_C百科. Can anyone please help me how to do this.Use the autogrow plugin:

I would like the editable area in CKEditor to flow as user types in more data instead of showing a scrollbar and re-sizer开发者_C百科. Can anyone please help me how to do this.


Use the autogrow plugin: http://nightly.ckeditor.com/latest/ckeditor/_samples/autogrow.html


add a "overflow:h" style to the body in the iframe, you will not see a scroll-bar appear for a moment anymore

0

精彩评论

暂无评论...
验证码 换一张
取 消