文章内不再提供示例,需要查看者请从SVN下载,地址:
http://exttools.googlecode.com/svn/trunk/
效果图:
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ?
- ??
- Ext.namespace("QM.ui");??
- ??
- QM.ui.AccordinTreePanel?=?Ext.extend(Ext.Panel,?{??
- ?????
- ?
- ??
- ?????
- ?
- ??
- ????margins:?'5?0?5?5',??
- ????split:?true,??
- ????width:?210,??
- ????initComponent:?function(){??
- ????????Ext.apply(this,?{??
- ????????????layout:?'accordion',??
- ????????????region:?'west'??
- ????????})??
- ????????QM.ui.AccordinTreePanel.superclass.initComponent.call(this);??
- ????????this.addEvents(?????????
- ?
- ??
- ????????'click',?????????
- ?
- ??
- ????????'afterload');??
- ????????if?(!this.store)?{??
- ????????????this.store?=?new