InputTagTypes Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
Text | 0 | This is the default TYPE value for INPUT tags, a simple textbox. | |
1 | An HTML5 text field for specifying an email address. Brings up a keyboard optimized for email address entry in supporting mobile devices. | ||
Tel | 2 | An HTML5 text field for specifying a phone number. Brings up a phone pad keyboard in supporting mobile devices. | |
Url | 3 | An HTML5 text field for specifying a URL. Brings up a keyboard optimized for URL entry in supporting mobile devices. | |
Number | 4 | An HTML5 text field for specifying a number. Brings up a number pad keyboard in supporting mobile devices. | |
Search | 5 | An HTML5 text field used for searching. Depending on browser, control may be rendered rounded, and/or include a small 'x' clear button when non-empty. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.