Inputtext InputText is an extension to standard inputText with skinning capabilities.
$('#default').puiinputtext(); 
                                
<input id="default" type="text" />
                                

No options.

No events.

Name Parameters Description
enable - Enable the widget
disable - Disable the widget.
option name: Name of the option Returns the value of the option.
option name: Name of the option, value: Value of the option Set the value of the option.
<script type="text/javascript">
    $(function() {
        $('#in').puiinputtext();
    });
</script> 
                                
<input id="in" type="text" />