FIX: set field attributes using SS way

$mapField->setAttribute('data-style', 'AAAAA');
This commit is contained in:
Tony Air 2019-09-07 09:01:07 +07:00 committed by GitHub
parent 41ff0e18ae
commit 47a3098088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div id="{$HolderID}" class="form-group field<% if $extraClass %> {$extraClass}<% end_if %>">
<div $AttributesHTML>
<% if $Title %>
<label for="{$ID}" id="title-{$ID}" class="form__field-label">{$Title}</label>
<% end_if %>