template::widget::tel (public)

 template::widget::tel element_reference tag_attributes

Defined in packages/acs-templating/tcl/widget-procs.tcl

Render a tel input widget.

Parameters:
element_reference (required)
Reference variable to the form element
tag_attributes (required)
HTML attributes to add to the tag
Returns:
Form HTML for widget

Testcases:
No testcase defined.
Source code:

    upvar $element_reference element

    return [input tel element $tag_attributes]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-templating/tcl/widget-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: