[xwiki-users] How to set page break?
I am newbie in xwiki (yesterday I download xwiki enterprise), I want add page break in page. My purpose is if I do export to PDF, this page (although only 1 line) should print in 1 page. Thanks in advance. Wahono
Hi, Using XWiki 2.0 syntax you can write: ----------------8<-------------------- First paragraph (% style="page-break-before:always" %) Second paragraph ---------------->8-------------------- See also http://www.w3schools.com/CSS/css_ref_print.asp Hope this helps, Marius wahono wrote:
I am newbie in xwiki (yesterday I download xwiki enterprise), I want add page break in page. My purpose is if I do export to PDF, this page (although only 1 line) should print in 1 page.
Thanks in advance.
Wahono _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
From: "Marius Dumitru Florea" <mariusdumitru.florea@xwiki.com>
Hi,
Using XWiki 2.0 syntax you can write:
----------------8<-------------------- First paragraph
(% style="page-break-before:always" %) Second paragraph ---------------->8--------------------
See also http://www.w3schools.com/CSS/css_ref_print.asp
Hope this helps, Marius Yes, it works. Why this tools doesn't included in toolbar? Or we can use shortcut key like ctrl+break as MS WOrd?
Thanks.
Hi, There's no shortcut key or tool bar entry for page break as far as I know and the reason I can think of is that this feature is not that often used. Thanks, Marius wahono wrote:
From: "Marius Dumitru Florea" <mariusdumitru.florea@xwiki.com>
Hi,
Using XWiki 2.0 syntax you can write:
----------------8<-------------------- First paragraph
(% style="page-break-before:always" %) Second paragraph ---------------->8--------------------
See also http://www.w3schools.com/CSS/css_ref_print.asp
Hope this helps, Marius Yes, it works. Why this tools doesn't included in toolbar? Or we can use shortcut key like ctrl+break as MS WOrd?
Thanks.
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Wahono, Basically it's an advanced feature and we're going to add support to enter parameters (such as CSS parameters) in the wysiwyg later on in XE 1.9. Thanks -Vincent On Feb 2, 2009, at 8:32 PM, Marius Dumitru Florea wrote:
Hi,
There's no shortcut key or tool bar entry for page break as far as I know and the reason I can think of is that this feature is not that often used.
Thanks, Marius
wahono wrote:
From: "Marius Dumitru Florea" <mariusdumitru.florea@xwiki.com>
Hi,
Using XWiki 2.0 syntax you can write:
----------------8<-------------------- First paragraph
(% style="page-break-before:always" %) Second paragraph ---------------->8--------------------
See also http://www.w3schools.com/CSS/css_ref_print.asp
Hope this helps, Marius Yes, it works. Why this tools doesn't included in toolbar? Or we can use shortcut key like ctrl+break as MS WOrd?
Thanks.
Hi Wahono,
Basically it's an advanced feature and we're going to add support to enter parameters (such as CSS parameters) in the wysiwyg later on in XE 1.9.
Thanks -Vincent
On Feb 2, 2009, at 8:32 PM, Marius Dumitru Florea wrote:
Hi,
There's no shortcut key or tool bar entry for page break as far as I know and the reason I can think of is that this feature is not that often used.
Thanks, Marius
OK, thanks for all your advice. I want to continue learning XWiki, it's great wiki.
participants (3)
-
Marius Dumitru Florea -
Vincent Massol -
wahono