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,
adding velocity macros that create html doesn't work the way it is described
in the XWikiSyntax page:
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HVelocity2FGroovy…
The syntax mentioned here doesn't work:
{{velocity}} #info("Some info text") {{/velocity}}
The html code ist displayed as code:
<div class="infomessage">test</div>
This syntax works but i don't know if this is correct:
{{velocity}}{{html}} #info("Some info text") {{/html}}{{/velocity}}
hel.
works
-----
Helmut Lehner
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Veloity-Macros-in-XWiki-2.0-tp2251210p2251210.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 02/03/2009.
On jury duty.
I won't have my computer with me. If you need help with the IMCS Wiki,
please contact Jenny Purushotma or Kim Dillon. Thank you!
Note: This is an automated response to your message "users Digest, Vol 19,
Issue 2" sent on 2/2/09 6:00:03.
This is the only notification you will receive while this person is away.
Dear list,
I have a problem with tables : i have a foreach method to create a table
for each instance. There is an other foreach to create the content
inside the table. The first table is well rendered, but after, i have
the following :
table: TableMacro: missing table content
ID | Task | Description | Nb hours | Edit 2,0,8,0,3,0 | testing | | |
table: TableMacro: missing table content
My code is :
#foreach ($link in $allsprintLinks)
some code
{table}
ID | Task | Description | Nb hours | Edit
#foreach ($item in $tasks)
#set($task=$xwiki.getDocument($item).getObject("TaskClass"))
$task.id | $task.get("name") | $task.description | $task.nbHourInit |
#end
{table}
#end
Any clue on what could be wrong ?
--
----
Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28
Hi!
I've created a space and denied all access to it to all groups. As an
admin (not superadmin), I can still view this space. Then I've denied
"view" right to this specific admin, but he can still view this
space.
The user I'm testing space with was created from Active Directory
automatically.
XWiki Enterprise 1.6.1.13621
Best regards, Mike