xo::Table instproc column_names (public)

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

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

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
[ show source ]
Show another procedure: