ad_table_form (public, deprecated)

 ad_table_form datadef [ type ] [ return_url ] [ item_group ] [ item ] \
    [ columns ] [ allowed ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

builds a form for choosing the columns to display

columns is a list of the currently selected columns.

allowed is the list of all the displayable columns, if empty all columns are allowed.

Parameters:
datadef (required)
type (optional, defaults to "select")
return_url (optional)
item_group (optional)
item (optional)
columns (optional)
allowed (optional)
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_conn ad_conn (public) ad_log_deprecated ad_log_deprecated (public) ad_table_column_list ad_table_column_list (public, deprecated) export_vars export_vars (public) ad_table_form ad_table_form ad_table_form->ad_conn ad_table_form->ad_log_deprecated ad_table_form->ad_table_column_list ad_table_form->export_vars

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