dp_read_checkboxesdp_read_checkboxes [ hidden_field_name ] [ off_value ]
Defined in tcl/data-pipeline-defs.tclReads all checkboxes in the form and sets their value to either Y or N. Note that this function looks for a hidden field named hidden_field_name to get a list of all marked and unmarked checkboxes. This should be used in conjunction with dp_insert_checkbox that sets up the hidden fields automatically.
- Parameters:
-
hidden_field_name (defaults to
"_cv" )
off_value (defaults to "N" )
|