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
Post a Comment