Code source wiki de test

Version 68.6 par Jip-jan Alunkel le août 19, 19:59

Masquer les derniers auteurs
Jip-jan Alunkel 1.1 1
Jip-jan Alunkel 47.1 2 {{velocity}}
Jip-jan Alunkel 53.1 3 {{html wiki="true"}}
Jip-jan Alunkel 54.1 4 #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking"))
5 #set ($xobject = $doc.getObject('cases.Code.casesClass'))
Jip-jan Alunkel 55.1 6 #set ($xclass = $xobject.xWikiClass)
7 #foreach ($property in $xclass.properties)
Jip-jan Alunkel 60.1 8 $xobject.getProperty($property.name).value
9 ## $property.name
Jip-jan Alunkel 55.1 10 #end
Jip-jan Alunkel 67.1 11 $stringtool.capitalize( "fred from jupiter" )
Jip-jan Alunkel 55.1 12 #*
13 #set ($xdoc=$xwiki.getDocument($Formulier))
14 #set ($xobject = $xdoc.getObject('Main.Werkwijze.Formulieren.Code.FormulierenClass'))
Jip-jan Alunkel 54.1 15 #set ($xclass = $xobject.xWikiClass)
16 #foreach ($property in $xclass.properties)
17 $property.Name
18 $property.value
19 #end
Jip-jan Alunkel 55.1 20
21 #set ($xclass = $xobject.xWikiClass)
22 #foreach ($property in $xclass.properties)
23 $property.Name
24 $property.value
25 #end
26 *#
Jip-jan Alunkel 61.1 27
28 $xwiki.getURL('.')
Jip-jan Alunkel 53.1 29 {{/html}}
Jip-jan Alunkel 68.2 30
Jip-jan Alunkel 68.6 31 $doc.display("blaat")
Jip-jan Alunkel 47.1 32 {{/velocity}}
33