I am new to Ck Editor, I have a requirement to split page into 2 columns
by default, and it should automatically page break accorind to A4 size and
show page numbers.
Kindly request you to please have a look into above requirement.
--
Ticket URL: <http://dev.ckeditor.com/ticket/10920>
CKEditor <http://ckeditor.com/>
The text editor for the Internet
* keywords: Split Page =>
* status: new => closed
* resolution: => invalid
Comment:
1. This isn't support page nor forum so questions like that on Bug Tracket
are closed automatically.
2. What you talk about is converting HTML (Browser) to Word document
(Desktop). Such things can only be done on server side. You can design
your own solution or use one of available on internet:[[BR]]
http://stackoverflow.com/questions/1624485/how-to-convert-html-file-to-
word [[BR]]
http://stackoverflow.com/questions/32151/best-way-to-export-html-to-word-
without-having-ms-word-installed [[BR]]
3. "I am new to Ck Editor, I have a requirement to split page into 2
columns by default"
Please see templates plugin - you can prepare and insert your own template
whenever you want. Below can be used to create template:
{{{
<div style="width:49%;border:1px solid black; float:left;">
<p> </p>
</div>
<div style="width:49%;border:1px solid black; float:right;">
<p> </p>
</div>
}}}
Another solution but perhaps not very good one would be using two editors
- one for each column [[BR]]
NOTE: Perhaps it would be better to upgrade to latest CKEditor 4.2.1 and
drop older 3.x version
--
Ticket URL: <http://dev.ckeditor.com/ticket/10920#comment:1>