Changes between Initial Version and Version 1 of Ticket #9932, comment 1


Ignore:
Timestamp:
Jan 10, 2013, 10:10:45 PM (12 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9932, comment 1

    initial v1  
    1 It's impossible to achieve this in HTML and CSS right now. There's a crucial difference between Google Docs and CKEditor (and other popular browser WYSIWYG editors). Google doesn't use HTML contenteditable element as we. They almost "draw" the content on the canvas, so they have full control on what we see. We are basing on browsers which render the content as a normal web page. And as rendering pages isn't possible for normal web pages, it is not for us.
     1It's impossible to achieve this in HTML and CSS right now. There's a crucial difference between Google Docs and CKEditor (and other popular browser WYSIWYG editors). Google doesn't use HTML contenteditable element as we. They almost "draw" the content on the canvas, so they have full control on what we see. We are basing on browsers which render the content as a normal web page. And as rendering printing pages isn't possible for normal web sites, it is not for us.
    22
    33But remeber that you can always insert page breaks (using button in toolbar) and see preview of the content of the editor (thus see print preview that is provided by the browsers).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy