timeArray = new Array(); //临时数组变量 var timeStatusBar = new Ext.ux.StatusBar({ id: 'statusbar', defaultText: '选择时间列表', }); var timeSelectModel = new Ext.grid.CheckboxSelectionModel({ checkOnly:true, singleSelect:false, listeners:{ rowselect:function(sm…
var grid = X.GetCmp<GridPanel>(vm.GRID_QUOTATIONS_FEEITEM_RANGE_SHOW); grid.AddColumn(Html.X().ComponentColumn().Editor(true).DataIndex(dataIndex).Text(e.FeeItemCompareDesc).Component(Html.X().Checkbox().AutoDataBind(true).ReadOnly(true)).Align(Alig…
Ext.Loader is the heart of the new dynamic dependency loading capability in Ext JS 4+. It is most commonly used via the Ext.requireshorthand. Ext.Loader supports both asynchronous and synchronous loading approaches, and leverage their advantages for…