-
15 Dec 2010 12:40 AM #1
setValue Combobox
setValue Combobox
Hi All..
i use a combobox that have to setValue.
i already code like this,
in the items of formpanel
and in the mainformCode:xtype: 'hidcombouser' ,fieldLabel : 'Reported by' ,id : 'report' ,hiddenName : 'reported' ,width: 150 ,value: this.resp.reportedname ,hiddenValue: this.resp.reported
Code:Ext.getCmp('report').setValue(this.resp.reportedname); Ext.getCmp('report').setRawValue(this.resp.reported);
but i got the error for the setRawValue
can someone explain to me what's wrong with my code?HTML Code:this.el is undefined
Thanks
_pipiet_
Similar Threads
-
combobox and setValue
By flamant in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 16 Sep 2010, 12:51 AM -
ComboBox and setValue
By sir-takouille in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 9 Jul 2010, 6:53 AM -
Problem with combobox and setValue()
By a06mikkl in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 10 Jun 2010, 5:37 AM -
Combobox and setValue
By silve69 in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 16 Oct 2009, 3:51 PM


Reply With Quote