[CKEditor Dev] #10920: how to split page into 2 columns and show page number when we print it

369 views
Skip to first unread message

CKEditor

unread,
Sep 26, 2013, 12:48:17 PM9/26/13
to ckeditor...@googlegroups.com
#10920: how to split page into 2 columns and show page number when we print it
------------------------+-------------------
Reporter: ngurram | Type: Task
Status: new | Priority: Normal
Component: General | Version: 3.6.4
Keywords: Split Page |
------------------------+-------------------
Hi,

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

CKEditor

unread,
Sep 27, 2013, 3:04:28 AM9/27/13
to ckeditor...@googlegroups.com
#10920: how to split page into 2 columns and show page number when we print it
----------------------+--------------------
Reporter: ngurram | Owner:
Type: Task | Status: closed
Priority: Normal | Milestone:
Component: General | Version: 3.6.4
Resolution: invalid | Keywords:
----------------------+--------------------
Changes (by j.swiderski):

* 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>&nbsp;</p>
</div>
<div style="width:49%;border:1px solid black; float:right;">
<p>&nbsp;</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>

Reply all
Reply to author
Forward
0 new messages