Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.348
edited by Jip-jan Alunkel
on January 02, 16:03
Change comment: Update document after refactoring.
To version 2.347
edited by Jip-jan Alunkel
on January 02, 16:01
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -199,7 +199,7 @@
199 199  
200 200   ## Loop through the JSON data to create the options.
201 201   #foreach($key in $json.keySet())
202 - <option value="$key">$json[$key]</option>
202 + <option value="$key"#if($O_elementData.value=="$key") selected="selected"#end>$json[$key]</option>
203 203   #end
204 204   </select>
205 205  #end