Änderungen von Dokument Macros

Zuletzt geändert von Jip-jan Alunkel am April 15, 18:09

Von Version 2.223
bearbeitet von Jip-jan Alunkel
am Juli 14, 02:28
Änderungskommentar: Update document after refactoring.
Auf Version 2.211
bearbeitet von Jip-jan Alunkel
am Juli 14, 02:13
Änderungskommentar: Update document after refactoring.

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -173,9 +173,14 @@
173 173   #set($json = $O_elementData.select-json)
174 174   #else
175 175   #set($jsondoc = $xwiki.getDocument($O_elementData.select-json))
176 - #set($jsoncontent = $jsontool.fromString($jsondoc.getContent()))
177 -## #set($jsoncontent = $jsontool.fromString($jsontool.serialize($jsondoc.getContent())))
178 - #set($json = $jsontool.parse($jsoncontent))
176 +$jsondoc.getContent()
177 +## #set($jsoncontent = $jsontool.fromString($jsontool.serialize($jsondoc.getRenderedContent())))
178 +##set($test = $jsontool.parse($jsoncontent))
179 +$jsoncontent
180 +##$test.CET
181 +##set($assign = "$escapetool.getHash()set($map = $jsoncontent)")
182 +## #evaluate($assign)
183 +## #set($json = $map)
179 179   #end
180 180   #foreach($key in $json.keySet())
181 181   #if($O_elementData.select-json-spaces == "true")