Search Type: Posts; User: cwhitacre
Search: Search took 0.02 seconds.
-
14 Apr 2010 5:49 AM
Jump to post Thread: combobox blank option by cwhitacre
- Replies
- 3
- Views
- 4,505
I solved this problem in Ext 3.x by:
using ' ' as the display value for the blank entry
setting valueNotFoundText to the empty string
adding a listener to 'select'
Here's the... -
13 Apr 2010 12:29 PM
Jump to post Thread: dynamicaly change store url by cwhitacre
- Replies
- 20
- Views
- 19,167
This, for the record, exists on HttpProxy, and takes a "makePermanent" argument:
http://www.extjs.com/deploy/dev/docs/?class=Ext.data.HttpProxy
So you would do:
... -
8 Apr 2010 9:49 AM
Jump to post Thread: Don't filter ComboBox? by cwhitacre
- Replies
- 1
- Views
- 716
Found it:
triggerAction: 'all' -
8 Apr 2010 5:46 AM
Jump to post Thread: Don't filter ComboBox? by cwhitacre
- Replies
- 1
- Views
- 716
Greetings.
I am trying to get an ExtJS ComboBox to behave exactly like an HTML SELECT element. My current issue is that selecting an option in the ComboBox filters the list of available options,... -
23 Mar 2010 7:34 AM
- Replies
- 8
- Views
- 2,003
I got burned by this too. Hadn't saved! :(
Results 1 to 5 of 5
