-
25 Nov 2009 8:19 PM #81
in the 3.0.3, Destruction of the action will cause the error I have described
-
10 Dec 2009 4:18 AM #82
When loading the records from a remote store with a values query the displayed values aren't sorted although they are in the returned json and the store has the sortInfo attribute set.
I couldn't figure out by myself why, help appreciated!
-
10 Dec 2009 6:28 AM #83
This is a patch that prevents a store from loading if a valuesQuery without a value is requested:
change line 1394 to:
Code:if(forceAll === true || (q.length >= this.minChars) || (valuesQuery === true && q )){
-
10 Dec 2009 8:19 AM #84
EXT 3.0.3
-
17 Dec 2009 3:41 AM #85
Will there be a version for 3.1.0?
This one fails at
Code:this.outerWrapEl.setWidth(w - reduce);
-
17 Dec 2009 4:22 AM #86
That's seems a strange place for it to error - it's a simple call to Element.setWidth.
Anyway, now that 3.1 is out, I will release a version that fixes any bugs that I find - I haven't tried the code in 3.1 yet though due to other priorities. I'll take a look when I can.
-
17 Dec 2009 4:51 AM #87
Hi danh2000.
Is it possible to use fulltext search
and swap between multyselect and single select mode ?
Thanks
D.
-
17 Dec 2009 6:18 AM #88
Hi danh2000!
Sorry that I wasn't more specific.
this.outerWrapEl returns undef.
@dusoo: I'd need the same thing, an attribute which defines the number of allowed, selected items (1 or many whould be sufficient for me too).
-
17 Dec 2009 7:05 AM #89
As a quick fix for 3.1 check for existence each element @ Ext.ux.form.SuperBoxSelect#onResize
-
17 Dec 2009 7:21 AM #90
I believe this post will do what you want regarding fulltext search - I suggested that he make it a plugin that could be used with ComboBox or any subclass:
http://www.extjs.com/forum/showthrea...193#post340193
You cannot currently swap between multiselect and single select mode, but you could probably do this yourself by overriding the onTriggerClick template method and using the 'beforeadd' event.


Reply With Quote