[ Using WYSIWYG v 21.0.4]
I have a simple Input Object for say ... a password field.
WYSIWYG will generate the HTML code:
Code: Select all
<div id="wb_PW1">
<input type="password" id="PW1" class="inputBox" name="PW1" value="" maxlength="25" tabindex="4" autocomplete="off" spellcheck="false" title="Enter your PassWord" placeholder="Enter your Password"></div>
If I want to add <i class="fa fa-eye toggle" data-target="PW1"></i> to that input box, or an inline-style like style="position:relative;" to position the favicons inside the input box...
how do I go about doing that from within the Input Object properties?
