I'm trying to get the text value from a WebCombo that is inside a tbCustom object on an UltraWebToolbar so if it is empty I can cancel the postback. I can get a reference to the tbCustom object (tbSearchBox) by using the Toolbar.Items.fromKey method as below but I don't know how to reference the WebCombo which is inside the tbCustom object. Is this possible?
//var cbo = ig.getElementById(searchBoxItem.Id); var cbo = igcmbo_getComboById(searchBoxItem.Id);
ThanksAndy