You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
567 B
JavaScript
24 lines
567 B
JavaScript
Ext.BLANK_IMAGE_URL = '../../TruckMng/Content/Images/s.gif';
|
|
|
|
var panelTest = null;
|
|
Ext.onReady(function () {
|
|
Ext.QuickTips.init();
|
|
Ext.form.Field.prototype.msgTarget = 'side';
|
|
// alert('04');
|
|
panelView = new window.DsTruck.approvalEdit({
|
|
region: 'center',
|
|
layout: 'border'
|
|
});
|
|
//alert('05');
|
|
var view = new Ext.Viewport({
|
|
layout: 'border',
|
|
renderTo: 'viewport',
|
|
border: false,
|
|
items: [panelView]
|
|
});
|
|
// alert('06');
|
|
});
|
|
|
|
function OprationSwap() {
|
|
return panelView.OprationSwap();
|
|
} |