cls

Optional class to apply after applying the base widget classes.


<input id="input" ></div>
<script type="text/javascript">
    $(function () {
        $("#input").shieldTextBox({
            cls: "MyInput"
        });
    });
</script>