-
9 Aug 2008 3:03 PM #1
XType form values
XType form values
Hi,
I'm wandering if is it possible to use xtype and load record into the form, like maybe with loadRecord or setValues?
How to do that?
Best regards,
Bojan
-
10 Aug 2008 7:49 AM #2
If a form is defined via xtype, how can I load the object values?
Example:
but form is included like:PHP Code:form.getForm().loadRecord(object);
How to find a form. Via Ext.find or how?PHP Code:{
xtype: 'form'
}
Best regards,
Bojan
-
10 Aug 2008 8:52 AM #3
There's no difference. The object defined by that will be a FormPanel, and will have child items.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642


Reply With Quote