WebCombo Global Functions
| wcGetComboById | Description Gets the WebCombo instance given the ID of the combo. Parameters
alert(combo.GetRows().length); |
| wc_getValue | Description Gets the value of the WebCombo object given the ID of the combo. Parameters
function getValue() { |
| wc_setAdditionalFilters | Description Sets additional filters for a WebCombo instance. Parameters
function setAdditionalFilter() |
| wc_getText | Description Gets the displayed text of the WebCombo object given the ID of the combo. Parameters
function getText() { |