Wijzigen voor document test

Laatst gewijzigd door Jip-jan Alunkel op maart 13, 19:02

Van versie 72.1
gewijzigd door Jip-jan Alunkel
op augustus 22, 21:46
Opmerking bij wijziging: Updated class property
Naar versie 74.1
gewijzigd door Jip-jan Alunkel
op januari 26, 16:43
Opmerking bij wijziging: Updated class property

Samenvatting

Details

Paginaeigenschappen
Inhoud
... ... @@ -1,5 +1,23 @@
1 1  {{velocity}}
2 2  {{html wiki="true"}}
3 +
4 +#set($dr = "bladibla.vinnymossel")
5 +#set($docrefArray = $dr.split("."))
6 +#set($drSpaceA = $docrefArray[0])
7 +#set($drSpaceB = $docrefArray[1])
8 +#set($docref = $services.model.createDocumentReference($xcontext.mainWikiName, ['bladibla', 'vinnymossel'], 'WebHome'))
9 +
10 +$docref
11 +
12 +
13 +
14 +
15 +
16 +
17 +
18 +
19 +
20 +
3 3  ##set($obj = $doc.getObject('test.WebHome'))
4 4  ##set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
5 5  $doc.display("blaat")