util_GetCheckboxValuesutil_GetCheckboxValues form checkbox_name [ default_return ]
Defined in packages/acs-core/utilities-procs.tclFor 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" )
|