Fixed IE 8 issues.

This commit is contained in:
abraar
2011-02-16 06:49:25 +00:00
parent e6687e6850
commit c5e7de4fe8

View File

@@ -124,7 +124,7 @@ ProcessOptions.prototype.addDynaform= function(_5625)
}), }),
proxy : new Ext.data.HttpProxy({ proxy : new Ext.data.HttpProxy({
url: 'proxyExtjs?pid='+pro_uid+'&action=getDynaformList' url: 'proxyExtjs?pid='+pro_uid+'&action=getDynaformList'
}), })
//sortInfo:{field: 'DYN_TITLE', direction: "ASC"} //sortInfo:{field: 'DYN_TITLE', direction: "ASC"}
}); });
taskDynaform.load({params:{start:0, limit:10}}); taskDynaform.load({params:{start:0, limit:10}});
@@ -178,11 +178,11 @@ ProcessOptions.prototype.addDynaform= function(_5625)
{ {
header: _('ID_TITLE_FIELD'), header: _('ID_TITLE_FIELD'),
dataIndex: 'DYN_TITLE', dataIndex: 'DYN_TITLE',
width: 280, width: 280
},{ },{
header: _('ID_TYPE'), header: _('ID_TYPE'),
dataIndex: 'DYN_TYPE', dataIndex: 'DYN_TYPE',
width: 90, width: 90
},{ },{
sortable: false, sortable: false,
header: _('ID_TAS_EDIT'), header: _('ID_TAS_EDIT'),