Log in or register to post comments
Last post
How to turn off scrolling and restrict page size?
I need to edit postcard size documents and want to prevent the user from exceeding the card size.
How can I configure CKEditor to limit the input to postcard size only?

Thanks
Re: How to turn off scrolling and restrict page size?
Hello,

In the CKeditor properties you should have : ResizeEnabled. Set it as false and the user shouldn't be able to resize the editor. You can also set the width and height to set the size of the editor.

Regards

DeWaRs