示例#1
0
{
	var types = Ext.create('Ext.data.ArrayStore', {
			fields: ['val', 'title'],
			data : [ 
                                ['100','همه '],
                                    ['1','هیئت علمی'],                               
                                ['2','کارمند'],                               
                                        ['3','روزمزدبیمه ای'],                               
['5','قراردادی'],                               
                                   ['102','هیئت علمی،کارمند،روزمزد'], 
                                  
                          ]
                             });
                             
	 var pTypeStore =  <?php 
echo dataReader::MakeStoreObject_Data(manage_domains::GETALL_Payment_Type(), "'InfoID','InfoDesc'");
?>
 ; 
	 this.formPanel = new Ext.form.Panel({
			applyTo: this.get("mainpanel"),
			layout: {
                                type:"table",
                                columns:2
                                },
                                collapsible: false,
                                frame: true,
                                title: ' ابطال پرداخت',
                                bodyPadding: '5 5 0',
                                width:740,
                                fieldDefaults: {
                                        msgTarget: 'side',