• Publicity: Public Only All

30-widget-procs.tcl

XOTcl HTML Widget Classes based on tDOM

Location:
packages/xotcl-core/tcl/30-widget-procs.tcl
Created:
2005-11-26
Authors:
Gustaf Neumann <neumann@wu-wien.ac.at>
Neophytos Demetriou <k2pts@phigita.net>
CVS Identification:
$Id: 30-widget-procs.tcl,v 1.70.2.39 2022/12/22 02:36:48 gustafn Exp $

Procedures in this file

Detailed information

xo::Table instproc column_names (public)

 <instance of xo::Table[i]> column_names

Return a list of names of the columns of the current table. These names are used to refer to the columns, e.g. in sorting or when values are set.

Returns:
list of names

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

Testcases:
create_form_with_form_instance

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

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

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

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

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

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_xowiki_test_cases xowiki_test_cases (test xowiki) xo::tdom::AttributeManager instproc get_local_attributes xo::tdom::AttributeManager instproc get_local_attributes test_xowiki_test_cases->xo::tdom::AttributeManager instproc get_local_attributes

Testcases:
xowiki_test_cases
[ show source ]