浏览 1751 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-04-13
测试使用版本:extjs3.4.0
效果图:
测试代码:
<script type="text/javascript"> Ext.BLANK_IMAGE_URL = "../../lib/ext/resources/images/default/s.gif"; Ext.QuickTips.init(); Ext.onReady(function(){ new Ext.Window({ title: "test", width : 800, height : 500, items : [ { xtype: "checkboxTree", autoScroll : true, rootText : 'test', name: "nodes", id: "nodes-tree", dataUrl: "lawRisk/getLawRiskTree.json" } ], layout : 'fit', resizable : false, buttons : [{text:'getCheck',handler:function(){ var nodes = Ext.getCmp('nodes-tree').tree.getChecked(); alert(nodes.length); }}] }).show(); });
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |