User manual
© 2011 Racktivity NV 125/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
Formula macro
The Formula macro provides the value of the formula created under the settings menu in the
formula editor.
Parameters
None
Example
[[formula:guid=$object.guid, formula=Formula name/]]
Generic Macro
The generic macro which renders content based on the PyLabs tags defined in the body
of the macro and the context of the page.
The content that this macro renders is a result of the execution of certain tasklets. These
tasklets are available in:
/opt/qbase5/pyapps/<yourapp>/impl/portal/pylabsmacro/<macroname>
Currently there are two test tasklets present in that directory:
test1.py
test2.py
When the Generic macro is called with 'debug' as one of the labels, test1.py is being
executed. When the Generic macro is called with 'demo' as a label, test2.py is being
executed. See below for more details about the Generic Macro.










