Focus demo


Clicking anywhere on this green box will automatically set focus to the field below, as it is the first field in this element.


Clicking in this box wont set the focus, as it does not capture clicks for other children elements.
<div class="alert alert-success" data-action="focus">
    Clicking anywhere on this green box will automatically set focus to the field below, as it is the first field in this element.
    <br><br>
    <input name="TestField" />
    <br>
    <div class="well well-sm">
        Clicking in this box wont set the focus, as it does not capture clicks for other children elements.
    </div>
</div>
No JS code used for this example

Output templates

Templates used for document and web page generation:

Friendly Name File Name Template