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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -