I have 2 doubts. the page configuration(margin top, margin left, and oth

I have 2 doubts. the page configuration(margin top, margin left, and others) only works in paid version? and it's not possible to re-configure the editor after I add he on a div? tks

Hi Fabio, are you talking about the style of the circled element? Cheers.

Ryan, the code:

config.setPagination(width,height,topMargin,rightMargin,bottomMargin,leftMargin);


I think that are the page settings, I set for sample 1000mm in topMargin but in the editor my text still at the top withou the margin



It's premium feature of ckeditor, you need a license to make it working properly.

If you have a license you could:

config.setLicenseKey("your license key");
config.enablePagination();