Generator version : 3.1.0
Object providing a set of utility functions for HTML language code generation
Since : 3.0.0
| Attributes and methods |
.max(AttributeInContext ?) : String
Returns the HTML5 'max' attribute for maximum values (or void if none) |
.maxlength(AttributeInContext ?) : String
Returns the HTML5 'maxlength' attribute if any or if computable from type |
.min(AttributeInContext ?) : String
Returns the HTML5 'min' attribute for minimum values (or void if none) |
.type(AttributeInContext ?) : String
Returns the HTML5 'type' attribute for 'input' tag |