日期:2014-05-16 浏览次数:20432 次
Ext.create('Ext.tree.Panel', {
width : Ext.get("aaa").getWidth(),
height : 710,
renderTo : 'aaa',
store : codeCaseStore,
rootVisible : false,
useArrows : true,
autoScroll:true,
multiSelect : true,
columns : cls,
plugins: [cellEditing],
// selModel: { selType: 'checkboxmodel' },
viewConfig : {
enableTextSelection : true,
forceFit:false
},
listeners : {.....}
}