-
21 Jun 2011 7:15 PM #261
I have the same exact issue.
This is my code:
the JSON returned by the store is something like:Code:this.superBoxApplicant = new Ext.ux.form.SuperBoxSelect({ name: 'applicant', width: 300, fieldLabel: this.lang('superBoxApplicant', 'fieldLabel'), emptyText: this.lang('superBoxApplicant', 'emptyText'), listEmptyText: this.conf.wrapErrorStart + this.lang('superBoxApplicant', 'empty') + this.conf.wrapErrorEnd, resizable: true, valueField: 'id', displayField: 'party_name', store: this.partyStore, triggerAction:'all', mode:'remote', anchor:'100%', queryDelay: 0, minChars: 2 });
I noticed that if I change the displayField to whatever (like 'asd' or something not present in the json response) the list is actually built and I can count 25 entries, of course without any label. When I change back to 'party_name' or even 'id', it acts like the post above..Code:{"success":true,"message":"List loaded correctly","total":25,"data":[{"id":"12","party_name":"Abbott"},{"id":"11","party_name":"Bayer"}...]
any suggestion? I already looked at the code of the technomedia.co.uk examples and I think the issue is on the JSON response...
Thanks for the help!
LR
-
22 Jun 2011 10:21 PM #262
SOLVED!
Removing
remoteSort: true
flag from the store solves the problem with 'remote' store and infinite requests!
-
2 Jul 2011 3:07 AM #263
Just to let you know I had a shot at an implementation of BoxSelect for Ext 4: http://www.sencha.com/forum/showthre...549#post621549
-
11 Jul 2011 10:12 AM #264
I would really like the license to be clarified. Because without a license, it's effectively illegal to use the component anywhere.
-
18 Jul 2011 1:15 PM #265
-
18 Jul 2011 2:11 PM #266
I solved it removing the remoteSort property (that was set to true)
-
2 Aug 2011 10:36 AM #267
Trigger button moved to top when select multiple item if height is fixed
Trigger button moved to top when select multiple item if height is fixed
I fixed the height of superboxselect but when i select multiple items, trigger and clear buttom moving up.
bug-superboxselect.png
Please help me
Thanks in advance.
-
15 Aug 2011 8:08 AM #268
Enter key not working in IE8
Enter key not working in IE8
Hi,
I'm using SuperBoxSelect and finding it to be a great widget. However, using the Enter Key to select an item in the drop down list doesn't work on IE8. Has anybody else haved this problem?
Thanks,
Per
-
9 Sep 2011 5:36 AM #269
Item validation when fiel lose focus after a click
Item validation when fiel lose focus after a click
Hi all,
I'm looking for a solution to validate the items on my combobox when I click anywhere on my web page (when field lose focus).
Has anyone any idea?
I tried
but without success. It's seems to work only with tab key.HTML Code:addNewDataOnBlur:true
Thanks,
Pops.
-
23 Sep 2011 4:44 AM #270Sencha Premium Member
- Join Date
- Feb 2009
- Location
- Amsterdam, The Netherlands
- Posts
- 217
- Vote Rating
- 2



Reply With Quote