javascript - Using BoundList as widget -


i have extended bound list, , use widget. get/set value , other works good, but: how can add field label before it? example of set value:

setvalue: function (v) {     this.value = v;     // todo select selected     var sm = this.getselectionmodel();     var store = this.getstore();     var rec = store.findrecord(this.valuefield, v);     sm.select(rec); }, 

can me? or solution have put bounding list in panel?

the easiest way around put inside fieldcontainer.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -