Modifiche per il documento Macros
Ultima modifica di Jip-jan Alunkel il aprile 15, 18:09
Dalla versione 2.347
modificato da Jip-jan Alunkel
il gennaio 02, 16:01
il gennaio 02, 16:01
Cambia il commento:
Update document after refactoring.
Alla versione 2.348
modificato da Jip-jan Alunkel
il gennaio 02, 16:03
il gennaio 02, 16:03
Cambia il commento:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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" #if($O_elementData.value=="$key") selected="selected"#end>$json[$key]</option>202 + <option value="$key">$json[$key]</option> 203 203 #end 204 204 </select> 205 205 #end