Syntax
| HtmBuildDropDown(ControlName, ListItems[, SelectedValue][, CtlWidth][, ClassName][, Style][, PlaceHolder])
| ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| The HtmBuildDropDown function creates a standard HTML <select> element with <option> items. Depending on the content of the ListItems parameter, the function supports two modes:
The function also highlights the option that matches the optional SelectedValue parameter.
| ||||||||||||||||
See Also
| |||||||||||||||||
Example
| ' Example using a static list: |