Changes for page test

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

From version 113.64
edited by Jip-jan Alunkel
on March 13, 14:12
Change comment: Updated class property
To version 114.13
edited by Jip-jan Alunkel
on March 13, 14:22
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  
2 2  {{velocity}}
3 -{{html wiki="true"}}
3 +{{html}}
4 4  ## afwijkende attributen
5 5  ## "help-block": '',
6 6  ## "data-decimals": ''
... ... @@ -56,10 +56,11 @@
56 56   })
57 57   #foreach($attr in $attrMap.keySet())
58 58   #if($elementDataObj.containsKey("$!attr"))
59 - $attrMap[$attr] = '$attr = "$elementDataObj[$attr]"'
59 + #set($attrMap["$!attr"] = "$attr = ")
60 + $attrMap[$attr]<br />
60 60   #end
61 61   #end
62 -$attrMap
63 +##$attrMap
63 63  
64 64  
65 65