User manual

© 2011 Racktivity NV 129/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
name: Name of the page you which to include
space: optional, name of the space where the page to include resides, if omitted, the current
space is default.
Example
Assuming we want to include the page SubPage at the end of this page, we would add:
[[include:name=SubPage]][[/include]]
[[include:space=anotherSpace, name=SubPageOfAnotherSpace]][[/include]]
JqPlot Macro
The jqplot is a jQuery plugin to generate pure client-side JavaScript charts in your web
pages.
Parameters
The jqplot macro does not use parameters. The body contains the data to generate the
chart.
Examples
Line Chart
[[jqplot]]
{"width" : 400,
"height" : 400,
"chart_data" : [[[1, 3], [3, 5], [5, 7], [7, 9], [9, 11], [11, 13]]]
}
[[/jqplot]]
Bar Chart