ec_generic_html_form_select_widgetec_generic_html_form_select_widget name_of_select option_spec_list \
[ default ]
Defined in tcl/ecommerce-widgets.tclThis is a generalization of all the other widgets we have that create HTML select lists. You can use this directly in your HTML code, but I have tended to use it inside of other procs to just more quickly create the widget.
- Parameters:
-
name_of_select
option_spec_list
default (optional)
|