NetQuarry.Html5 Namespace |
Class | Description | |
---|---|---|
Canvas |
An HTML5 "canvas" control. This will render an HTML5 CANVAS element which allows for dynamic, scriptable rendering of 2D shapes and bitmap images.
The CANVAS element is supported in the following browser versions:
| |
An HTML5 "email" control. This will render an INPUT tag with a TYPE of "email".
On supporting mobile devices, clicking brings up a keyboard optimized for email address entry.
On older browsers, the control will degrade to a standard textbox.
| ||
Input |
Base class for new HTML5 INPUT tag types.
| |
Number |
An HTML5 "number" control. This will render an INPUT tag with a TYPE of "number".
On supporting mobile devices, clicking brings up a number pad keyboard.
On older browsers, the control will degrade to a standard textbox.
| |
Search |
An HTML5 "search" control. This will render an INPUT tag with a TYPE of "search".
On some browsers Serach controls are rendered with rounded corners and/or a small "x"
clear button when non-empty.
On older browsers, the control will degrade to a standard textbox.
| |
Tel |
An HTML5 "tel" (telephone) control. This will render an INPUT tag with a TYPE of "tel".
On supporting mobile devices, clicking brings up a phone pad keyboard.
On older browsers, the control will degrade to a standard textbox.
| |
Url |
An HTML5 "url" control. This will render an INPUT tag with a TYPE of "url".
On supporting mobile devices, clicking brings up a keyboard optimized for URL entry.
On older browsers, the control will degrade to a standard textbox.
|