meyerovb
20 Jul 2010, 7:14 PM
Lazy loading a hiddenfield in the below example throws a javascript error. Works fine if you create the field by doing "new Ext.form.HiddenField()".
Ext.setup({ onReady: function () {
new Ext.Panel({ fullscreen: true, items: [{xtype:'hiddenfield'}] });
}});
Ext.setup({ onReady: function () {
new Ext.Panel({ fullscreen: true, items: [{xtype:'hiddenfield'}] });
}});