function getDosLain(){ var fDosLain = { //new Ext.form.FormPanel({ //{ xtype: 'panel', id: 'content.lain-dos', layout: 'form', margin: '0 0 10', defaults: { labelWidth: 150, labelAlign: 'right' }, items: [{ xtype: 'fieldset', flex: 1, defaults: { labelWidth: 120, labelAlign: 'right' }, items: [{ xtype: 'textarea', id: 'ta.notes-dos', fieldLabel: 'Catatan', autoScroll: true, width: 570, height: 400 }] }] }; //); return fDosLain; }