随笔分类 -  ExtJs

摘要:本示例实现了以下功能:1.用TreePanel展现部门列表2 .点击部门,可以显示此部门下所有的员工在extjs 4中GridPanel的分页对于旧版本有所变化,具体变化可以参加下面提供的代码。Ext.define('MyDesktop.EmployeeWindow',{extend:'Ext.ux.desktop.Module', id:'employee-win', init:function(){this.launcher={text:'员工管理',iconCls:'icon-grid',handler:th 阅读全文
posted @ 2011-09-07 08:45 TerryLiang 阅读(3816) 评论(0) 推荐(0)
摘要:在ExtJs中,想要提交ComboBox的Value,需要设置hiddenName:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 xtype: 'combo', 2 ... 阅读全文
posted @ 2009-04-06 17:30 TerryLiang 阅读(1310) 评论(0) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 var grid = new Ext.grid.GridPanel([{ 2 cm: new Ext.grid.ColumnModel({ 3 header: '', 4 ... 阅读全文
posted @ 2009-04-03 18:00 TerryLiang 阅读(1855) 评论(0) 推荐(0)
摘要:ExtJs对PagingToolbar的扩展,适用于根据当前页PageIndex和每页显示记录数调用 阅读全文
posted @ 2009-03-22 11:39 TerryLiang 阅读(3056) 评论(0) 推荐(0)