xo::tdom::AttributeManager instproc get_attributes (public)

 <instance of xo::tdom::AttributeManager[i]> get_attributes args \
    [ args... ]

Defined in packages/xotcl-core/tcl/30-widget-procs.tcl

Get a list of attribute value pairs of instance attributes. It returns only those pairs for which a value exists.

Parameters:
args
Returns:
flattened list of attribute value pairs

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_form_with_form_instance create_form_with_form_instance (test xowiki) xo::tdom::AttributeManager instproc get_attributes xo::tdom::AttributeManager instproc get_attributes test_create_form_with_form_instance->xo::tdom::AttributeManager instproc get_attributes

Testcases:
create_form_with_form_instance
[ show source ]
Show another procedure: