ad_user_group_type_field_form_element

EveAndersson.com : API Browser : ad_user_group_type_field_form_element

ad_user_group_type_field_form_element

ad_user_group_type_field_form_element field_name column_type \
    [ default_value ]
Defined in packages/acs-core/user-groups-procs.tcl

Creates a HTML form fragment of a type appropriate for the type of data expected (e.g. radio buttons if the type is boolean). The column_type can be any of the following: integer, number, date, text (up to 4000 characters), text_short (up to 200 characters), boolean, and special (no form element will be provided).

Parameters:
field_name
column_type
default_value (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com