Markup.php for SEBLOD 3.x templates with UIKit 3.x html
To use this override put file markup.php
to fields folder and include markup.min.js
to your page.
To make form input with icons in common case use data-form-icon
attribute (like data-form-icon="user"
)
In common case icon located in left side. Flip icon will be on the right side. For this use data-form-icon-flip
attribute.
To make clickable icon use data-form-icon-a
or data-form-icon-flip-a
attribute.
To add tooltip to your icon add data-form-icon-tooltip="tooltip_text"
to your field