-
23 Oct 2012 8:23 AM #1
Changing combo emptytext
Changing combo emptytext
Is it possible to set the combo emptyText at runtime? I need to adjust it, preferably between queries. Tried just altering the listConfig object at runtime, but it doesn't work.
Thanks,
-
23 Oct 2012 10:29 AM #2
This seems to work:
Code:var picker = mycombo.getPicker(); picker.emptyText = newemptytext;


Reply With Quote