function getMhsSkripsi(){ /** FORM ALUMNI */ var fSkripsi = { //new Ext.form.FormPanel({ xtype: 'panel', //'form', id: 'content_skripsi', //layout: 'hbox', layout: 'form', margin: '0 0 10', defaults: { labelWidth: 150, labelAlign: 'right' }, items: [{ xtype: 'fieldset', flex: 1, title: '', defaults: { labelWidth: 130, xtype: 'textfield', width: 570, labelAlign: 'right' }, items: [{ xtype: 'textarea', id: 'skripsi_ind', fieldLabel: 'Judul Skirpsi Indonesia', width: 400, height: 100 }, { xtype: 'textarea', id: 'skripsi_eng', fieldLabel: 'Judul Skirpsi Inggris', width: 400, height: 100 }, RH.Lookup2Field({ label: 'Pembimbing 1', codeId:'id_pembimbing', nameId:'nama_pembimbing', widths: [80,300], codeVisible: false, fnLookup: function(){wLookup(lu_dosen, 'Pembimbing','id_pembimbing','nama_pembimbing',500,350) } }), RH.Lookup2Field({ label: 'Pembimbing 2', codeId:'id_pembimbing1', nameId:'nama_pembimbing1', widths: [80,300], codeVisible: false, fnLookup: function(){wLookup(lu_dosen, 'Pembimbing','id_pembimbing1','nama_pembimbing1',500,350) } }), { xtype: 'textfield', id: 'perusahaan', fieldLabel: 'Lokasi Penelitian', width: 370 }, { xtype: 'compositefield', items: [{ xtype: 'datefield', fieldLabel:'Periode Penelitian', id: 'dari_tgl', value: new Date(), width: 100, },{ xtype: 'label', id: 'lb.garing3', text: 's.d' },{ xtype: 'datefield', id: 'sampai_tgl', value: new Date(), width: 100, }] },{ xtype: 'datefield', fieldLabel:'Tgl. Sidang', id: 'tgl_sidang', value: new Date(), width: 100, }, { xtype: 'panel', hidden: true, items:[ RH.Lookup2Field({ label: 'Penyidang 1', codeId:'id_penyidang1', nameId:'nama_penyidang1', widths: [80,300], codeVisible: false, fnLookup: function(){wLookup(lu_dosen, 'Penyidang 1','id_penyidang1','nama_penyidang1',500,350) } }), RH.Lookup2Field({ label: 'Penyidang 2', codeId:'id_penyidang2', nameId:'nama_penyidang2', widths: [80,300], codeVisible: false, fnLookup: function(){wLookup(lu_dosen, 'Penyidang 2','id_penyidang2','nama_penyidang2',500,350) } })] }] }] }; //); return fSkripsi; }