User manual

© 2011 Racktivity NV 152/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
The Widget macro allows you to add a widget to your page. In the body of the widget you
put the macro that needs to be executed. By using the widget macro, one can allow to
hide/show a macro on his page.
Parameters
Besides the macro, added in the body of the Widget macro, this macro accepts four
different parameters (all optional)
title: title for the used macro in the widget
width: set the width of the macro
height: set the height of the macro
toggle: true/false, turn off the possibility of showing the widget (false). Default this
parameter is true.
Example
[[widget:title=Note in a Widget, width="100%", height=200, toggle=true]]
[[note]]
Show a note as a widget on a page
[[/note]]
[[/widget]]
Sample
Wizards Macro
The wizard macro allows you to add a created in an Alkira page.
Parameters
appserver: name of the application server that runs the wizard, by default the application
server of the domain of your document
title: title for your wizard, as it will appear in your document
name: name of the wizard, must be the name of the directory in which the desired wizard is
located
type: type of element in your document, either button (by default) or link
appname: name of the application which contains the wizard, by default the application in
which your document is included
domain: name of the domain in the application, by default the domain is the space
extra: the 'extra' parameters used in the wizards
The title and name parameters are required, all other parameters are optional.