Dear Support Team!
I fill combobox from xml with ’selected=”1”>value’
I would like get selected text or value when combobox is filled up.
Thank you
Dear Support Team!
I fill combobox from xml with ’selected=”1”>value’
I would like get selected text or value when combobox is filled up.
Thank you
Hello,
combo.loadXML(url,function(){
var value = combo.getActualValue();
var text = combo.getComboText();
})