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:
- ad_form
- template::form
- Generic::Form
- xowiki::Form
- xowiki::FormPage
- template::list::create
- xo::Table
- Testcases:
- No testcase defined.