Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.282
edited by Jip-jan Alunkel
on August 09, 14:14
on August 09, 14:14
Change comment:
Update document after refactoring.
To version 2.284
edited by Jip-jan Alunkel
on August 09, 14:16
on August 09, 14:16
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,11 +12,11 @@ 12 12 "action": "${elementDataObj.url}", 13 13 "method": "${elementDataObj.method}", 14 14 "data-form-product": "${elementDataObj.product}", 15 - "class": $formclass, 15 + "class": "$formclass", 16 16 "novalidate": "novalidate" 17 17 } 18 18 </script> 19 -<div class="pagemaker"> 19 +<div class="pagemaker active"> 20 20 #else 21 21 <form action="${elementDataObj.url}" id="${elementDataObj.id}" method="${elementDataObj.method}" class="$formclass" data-form-product="${elementDataObj.product}" novalidate="novalidate"> 22 22 #end