util_GetCheckboxValues

EveAndersson.com : API Browser : util_GetCheckboxValues

util_GetCheckboxValues

util_GetCheckboxValues form checkbox_name [ default_return ]
Defined in packages/acs-core/utilities-procs.tcl

For getting all the boxes from a set of checkboxes in a form. This procedure takes the complete ns_conn form and returns a list of checkbox values. It returns 0 if none are found (or some other default return value if specified).

Parameters:
form
checkbox_name
default_return (defaults to "0")
[ show source ]

Show another procedure:

eve@eveandersson.com