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