-
23 May 2012 12:40 PM #71
Getting the following error when the store config is a string corresponding with the storeId:
"Uncaught TypeError: Cannot call method 'getProxy' of undefined"
Refer to http://docs.sencha.com/ext-js/4-1/#!...thod-bindStore
-
23 May 2012 1:51 PM #72
-
23 May 2012 1:54 PM #73
-
23 May 2012 1:56 PM #74
-
23 May 2012 5:15 PM #75
The javascript codes:
The server side is tomcat under Java platform:HTML Code:{fieldLabel: 'Colors', xtype: 'combofieldbox', name: 'colors', allowBlank: false, valueField: 'id', displayField: 'name', editable: false, queryMode: 'local', triggerAction: 'all', store: Ext.create('Ext.data.ArrayStore', {fields: ['id', 'name'], data: [[1, 'Red'], [2, 'Blue'], [3, 'Yellow']]})}
Code:request.getParameter('colors');
-
23 May 2012 5:24 PM #76
The version info should be added to the head of js and css files, so that everybody can identify the right version easily.
-
24 May 2012 2:28 AM #77
Using keyboard
Using keyboard
Sorry about my confusing choice of words. When I was writing about selecting by keyboard, I was actually thinking about autocomplete. So that I don't have to select from the whole (potentially huge) list, but can narrow the list down by writing into the input box. Hope you understand me :-)
I love this plugin, because its implementation is so small (which is always good), but I chose another one (roughly 5x more code!).
-
24 May 2012 5:38 AM #78
-
24 May 2012 8:46 AM #79
When the component is disabled, it should not allow the cursor or typing and the triggers should not be affected.
-
28 May 2012 10:45 AM #80


Reply With Quote