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.Lookup2FieldNew({ label: 'Pembimbing 1', codeId:'id_pembimbing', nameId:'nama_pembimbing', widths: [80,300], codeVisible: false, fnLookup: function(){ lookup_dosen_mhs('pembimbing'); } }), RH.Lookup2FieldNew({ label: 'Pembimbing 2', codeId:'id_pembimbing1', nameId:'nama_pembimbing1', widths: [80,300], codeVisible: false, fnLookup: function(){ lookup_dosen_mhs('pembimbing1'); } }), { xtype: 'textfield', id: 'perusahaan', fieldLabel: 'Lokasi Penelitian', width: 370 }, { xtype: 'compositefield', items: [{ xtype: 'datefield', fieldLabel:'Periode Penelitian', id: 'dari_tgl', value: new Date(), format:'d/m/Y', width: 100, },{ xtype: 'label', id: 'lb.garing3', text: 's.d' },{ xtype: 'datefield', id: 'sampai_tgl', value: new Date(), width: 100, format:'d/m/Y' },{ xtype: 'label', margins: '0 0 0 5', text: '(Format: dd/mm/yyyy)' }] },{ xtype: 'compositefield', items: [{ xtype: 'datefield', fieldLabel:'Tgl. Sidang', id: 'tgl_sidang', value: new Date(),format:'d/m/Y', width: 100, },{ xtype: 'label', margins: '0 0 0 5', text: '(Format: dd/mm/yyyy)' }] }, { xtype: 'panel', hidden: true, items:[ RH.Lookup2Field({ label: 'Penyidang 1', codeId:'id_penyidang1', nameId:'nama_penyidang1', widths: [80,300], codeVisible: false, fnLookup: function(){ lookup_dosen_mhs('penyidang1'); } }), RH.Lookup2Field({ label: 'Penyidang 2', codeId:'id_penyidang2', nameId:'nama_penyidang2', widths: [80,300], codeVisible: false, fnLookup: function(){ lookup_dosen_mhs('penyidang2'); } })] }] }] }; //); return fSkripsi; }