It's not possible to define a FormPanel with a reader defined as an object.
This should be possible IMHO.Code:var fp = Ext.create("Ext.FormPanel", {
frame: true,
title:'JSON Form',
width:400,
reader : {
type : 'json',
model : 'Foo',
root : 'bar'
}
Printable View
It's not possible to define a FormPanel with a reader defined as an object.
This should be possible IMHO.Code:var fp = Ext.create("Ext.FormPanel", {
frame: true,
title:'JSON Form',
width:400,
reader : {
type : 'json',
model : 'Foo',
root : 'bar'
}
Opened a ticket. Thank you.
Encountering same issue - any updates on this?