Wiki source code of test
Version 65.1 by Jip-jan Alunkel on August 15, 17:11
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 | #set ($xclass = $xobject.xWikiClass) | ||
7 | #foreach ($property in $xclass.properties) | ||
8 | $xobject.getProperty($property.name).value | ||
9 | ## $property.name | ||
10 | #end | ||
11 | $stringtool.firstLetterCaps( "fred from jupiter" ) | ||
12 | #* | ||
13 | #set ($xdoc=$xwiki.getDocument($Formulier)) | ||
14 | #set ($xobject = $xdoc.getObject('Main.Werkwijze.Formulieren.Code.FormulierenClass')) | ||
15 | #set ($xclass = $xobject.xWikiClass) | ||
16 | #foreach ($property in $xclass.properties) | ||
17 | $property.Name | ||
18 | $property.value | ||
19 | #end | ||
20 | |||
21 | #set ($xclass = $xobject.xWikiClass) | ||
22 | #foreach ($property in $xclass.properties) | ||
23 | $property.Name | ||
24 | $property.value | ||
25 | #end | ||
26 | *# | ||
27 | |||
28 | $xwiki.getURL('.') | ||
29 | {{/html}} | ||
30 | {{/velocity}} |