Code source wiki de test
Version 56.1 par Jip-jan Alunkel le juillet 10, 18:23
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | |
![]() |
47.1 | 2 | {{velocity}} |
![]() |
53.1 | 3 | {{html wiki="true"}} |
![]() |
54.1 | 4 | #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking")) |
5 | #set ($xobject = $doc.getObject('cases.Code.casesClass')) | ||
![]() |
55.1 | 6 | #set ($xclass = $xobject.xWikiClass) |
7 | #foreach ($property in $xclass.properties) | ||
8 | ## $xobject.getProperty('remedy').value | ||
![]() |
56.1 | 9 | $property.getValue() |
![]() |
55.1 | 10 | #end |
![]() |
47.1 | 11 | |
![]() |
55.1 | 12 | #* |
13 | #set ($xdoc=$xwiki.getDocument($Formulier)) | ||
14 | #set ($xobject = $xdoc.getObject('Main.Werkwijze.Formulieren.Code.FormulierenClass')) | ||
![]() |
54.1 | 15 | #set ($xclass = $xobject.xWikiClass) |
16 | #foreach ($property in $xclass.properties) | ||
17 | $property.Name | ||
18 | $property.value | ||
19 | #end | ||
![]() |
55.1 | 20 | |
21 | #set ($xclass = $xobject.xWikiClass) | ||
22 | #foreach ($property in $xclass.properties) | ||
23 | $property.Name | ||
24 | $property.value | ||
25 | #end | ||
26 | *# | ||
![]() |
53.1 | 27 | {{/html}} |
![]() |
47.1 | 28 | {{/velocity}} |
29 |