Wiki broncode van test
Version 54.1 by Jip-jan Alunkel on juli 10, 18:13
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | {{velocity}} | ||
3 | {{html wiki="true"}} | ||
4 | #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking")) | ||
5 | #set ($xobject = $doc.getObject('cases.Code.casesClass')) | ||
6 | $xobject.getProperty('remedy').value | ||
7 | |||
8 | #set ($xclass = $xobject.xWikiClass) | ||
9 | #foreach ($property in $xclass.properties) | ||
10 | $property.Name | ||
11 | $property.value | ||
12 | #end | ||
13 | {{/html}} | ||
14 | {{/velocity}} |