论坛首页 Web前端技术论坛

Extjs chekboxtree PagingTreeLoader 多选、分页

浏览 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();
    });

 

  • 大小: 5.4 KB
  • 大小: 11.1 KB
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics