im_yes_no_table

EveAndersson.com : API Browser : im_yes_no_table

im_yes_no_table

im_yes_no_table yes_action no_action [ var_list ] [ yes_button ] \
    [ no_button ]
Defined in tcl/intranet-defs.tcl

Returns a 2 column table with 2 actions - one for yes and one for no. All the variables in var_list are exported into the to forms. If you want to change the text of either the yes or no button, you can ser yes_button or no_button respectively.

Parameters:
yes_action
no_action
var_list (defaults to "[list]")
yes_button (defaults to " Yes ")
no_button (defaults to " No ")
[ show source ]

Show another procedure:

eve@eveandersson.com