|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
Good afternoon,
is it possible to add pagebreaks in the editor and see them in the preview? what is possible with printing and the preview? with the right mouse button preview i get the complete iepage as a preview, how can i get just the text of the editor?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can use CSS page-break-before: always to add a page break. Note that you will need to add that manually because the editor does not provide any UI/buttons for you to do that.
I do not believe you can do print preview with the Editor (It would most likely to be completely useless anyway even if it had it because the Editor almost always has a fixed width). You will need to code to display the contents of the editor in a separate page and then do print preview on that page.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
you're right. I was comparing your solution with the freetextbox and missed the print en preview functions, this is a far better solution. add a word header and printing is a piece of cake thanks
|
|