ec_generic_html_form_select_widget

EveAndersson.com : API Browser : ec_generic_html_form_select_widget

ec_generic_html_form_select_widget

ec_generic_html_form_select_widget name_of_select option_spec_list \
    [ default ]
Defined in tcl/ecommerce-widgets.tcl

This 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)
[ show source ]

Show another procedure:

eve@eveandersson.com