template::widget::time_of_day (public)

 template::widget::time_of_day element_reference tag_attributes

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

Render a time_of_day widget. Default is the localized version.

Parameters:
element_reference
tag_attributes

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) template::widget::date template::widget::date (public) template::widget::time_of_day template::widget::time_of_day template::widget::time_of_day->_ template::widget::time_of_day->template::widget::date

Testcases:
No testcase defined.
Source code:
    upvar $element_reference element

    if { ! [info exists element(format)] } {
        set element(format) "[_ acs-lang.localization-formbuilder_date_format] [_ acs-lang.localization-formbuilder_time_format]"
    }
    return [template::widget::date element $tag_attributes]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: