template::widget::merge_tag_attributes (public)

 template::widget::merge_tag_attributes element_reference \
    tag_attributes

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

Merges the attributes coming from widget's html property with those in the tag_attributes argument and returns the merged dict. Here we decide which of the two sources takes precedence and how. Note that widget's html property is consumed in the process, so that possible further executions of this proc won't apply the attributes twice.

Parameters:
element_reference (required)
tag_attributes (required)
Returns:
dict

Partial Call Graph (max 5 caller/called nodes):
%3 template::form::render template::form::render (private) template::widget::merge_tag_attributes template::widget::merge_tag_attributes template::form::render->template::widget::merge_tag_attributes template::widget::block template::widget::block (public) template::widget::block->template::widget::merge_tag_attributes template::widget::checkbox_text template::widget::checkbox_text (public) template::widget::checkbox_text->template::widget::merge_tag_attributes template::widget::comment template::widget::comment (public) template::widget::comment->template::widget::merge_tag_attributes template::widget::date template::widget::date (public) template::widget::date->template::widget::merge_tag_attributes

Testcases:
No testcase defined.
[ show source ]
Show another procedure: