-
1 Mar 2011 9:30 AM #1
Combobox hiddenName not supported?
Combobox hiddenName not supported?
I am using the ExtJS 4.0 preview. When running inside Firebug, I get an exception "uncaught exception: hiddenName is no longer supported." What is the replacement for hiddenName in 4.0 preview, or else, how does one submit a model field with a form that is different from the model field used as the display field?
Code:var customTplCombo = new Ext.form.ComboBox({ hiddenName: 'clientId', fieldLabel: 'Client Name', displayField: 'clientName', store: clientsStore, queryMode: 'local', forceSelection: true // force user to choose an option, not arbitrary text });
Similar Threads
-
Confused about Combobox with hiddenName
By missgextjs in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 26 Sep 2010, 9:42 PM -
When name and hiddenName of ComboBox are same, ie7
By yumusakg in forum Ext 3.x: Help & DiscussionReplies: 7Last Post: 22 Apr 2010, 11:25 AM -
Combobox & hiddenName
By suntsu in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 29 Sep 2009, 9:51 PM -
Combobox hiddenName question.
By jctbmw in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 17 Apr 2008, 1:03 PM -
Combobox: name and hiddenName
By makcuk in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 29 Feb 2008, 6:00 AM


Reply With Quote