dp_insert_checkbox

EveAndersson.com : API Browser : dp_insert_checkbox

dp_insert_checkbox

dp_insert_checkbox name values [ on_value ] [ hidden_field_name ]
Defined in tcl/data-pipeline-defs.tcl

Inserts a checkbox and marks it if necessary (the value is on or Y). Also inserts a hidden field to record an uncheck in the box if necessary. Note that the name _cv stands for _check_vars, but is abbreviated so as to not hit the limit in the size of a get too easily.

Parameters:
name
values
on_value (defaults to "t")
hidden_field_name (defaults to "_cv")
[ show source ]

Show another procedure:

eve@eveandersson.com