Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 69.3
edited by Jip-jan Alunkel
on August 19, 20:04
Change comment: Updated class property
To version 68.5
edited by Jip-jan Alunkel
on August 19, 19:59
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,6 @@
1 +
1 1  {{velocity}}
2 2  {{html wiki="true"}}
3 -#set($obj = $doc.getObject('test.WebHome'))
4 -#set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
5 -#foreach($prop in $class.properties) ## go through all properties
6 - <dt> *${prop.prettyName}* </dt>
7 - <dd>$doc.display($prop.getName())</dd>
8 -#end
9 -
10 10  #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking"))
11 11  #set ($xobject = $doc.getObject('cases.Code.casesClass'))
12 12  #set ($xclass = $xobject.xWikiClass)
... ... @@ -34,6 +34,6 @@
34 34  $xwiki.getURL('.')
35 35  {{/html}}
36 36  
37 -$doc.display("blaat")
31 +$doc.display("textarea")
38 38  {{/velocity}}
39 39