Modifications pour le document Macros
Modifié par Jip-jan Alunkel le avril 15, 18:09
Depuis la version 3.5
modifié par Jip-jan Alunkel
sur mars 13, 17:46
sur mars 13, 17:46
Commentaire de modification :
Update document after refactoring.
À la version 3.7
modifié par Jip-jan Alunkel
sur mars 13, 17:53
sur mars 13, 17:53
Commentaire de modification :
Update document after refactoring.
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -231,10 +231,10 @@ 231 231 'pmHousenumber': '' 232 232 }) 233 233 #foreach($item in $addressDataArray.keySet()) 234 - #if($O_elementData.containsKey($item) && $O_elementData["$item"] != '')234 + #if($O_elementData.containsKey($item)) 235 235 #set($addressDataArray["$item"]=$O_elementData["$item"]) 236 236 <input type="hidden" id="$item" name="$item" value="$O_elementData["$item"]"#if($O_elementData.data-create-xobj) data-create-xobj="${O_elementData.data-create-xobj}" data-xobj-classname="${O_elementData.data-xobj-classname}" data-xobj-fieldname="pmLatlong"#end> 237 - 237 + #end 238 238 #end 239 239 #end 240 240 #macro(createNumberElement $O_elementData $O_tagName)