wml_select_widget

EveAndersson.com : API Browser : wml_select_widget

wml_select_widget (public)

wml_select_widget [ -onpick ] widget_name options_list
Defined in tcl/wap-defs.tcl

Builds a WML select widget from the options_list which is of the form { {val1 str1} {val2 str2}...}

If onpick is set, the values are interpreted as URLs and assigned to intrinsic onpick events.

Switches:
-onpick (boolean)

Parameters:
widget_name - A name for the select widget variable.
options_list - a list of options of the form { {val1 str1} {val2 str2}...}
Returns:
A WML select widget built from the options_list
Author:
Andrew Grumet <aegrumet@arsdigita.com>
[ show source ]

Show another procedure:

eve@eveandersson.com