摘要:
Ext.onReady(function(){ Ext.QuickTips.init(); var adminRadio=new Ext.form.Radio({ boxLabel:'管理员', inputValue:'admin', listeners:{ 'check':functio... 阅读全文
摘要:
轻松搞定 ExtJS http://download.csdn.net/source/1801086 ExtJS实例 一个非常不错的学习Ext的源码 http://download.csdn.net/source/1736603 ExtJS项目 一个博客系统 http://download.csdn... 阅读全文
摘要:
Ext.onReady(function(){var tree=new Ext.tree.TreePanel({ id: 'tree-mianban', title : '树', region : 'west', animate : true, enableDD : true, containerS... 阅读全文
摘要:
//设置树的点击事件function treeClick(node,e) { if(node.isLeaf()){ e.stopEvent(); var n = tab.getComponent(node.id); if (!n) { var n = tab.add({ 'id' ... 阅读全文