上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 222 下一页
摘要: 1 /** 2 * @author sux 3 * @time 2011-1-14 4 * @desc 部门信息显示 5 */ 6 deptInfoGridPanel = Ext.extend(Ext.grid.EditorGridPanel,{ 7 id: 'deptInfoPanel', 8 //renderTo: Ext.getBod... 阅读全文
posted @ 2017-09-22 15:25 Sharpest 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1. 阅读全文
posted @ 2017-09-22 12:27 Sharpest 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/oscar999/article/details/27176791 阅读全文
posted @ 2017-09-22 12:20 Sharpest 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/majishushu/article/details/52601161 阅读全文
posted @ 2017-09-21 16:04 Sharpest 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.sina.com.cn/s/blog_454fbf740100t0xj.html 在应用程序的制作中,我们经常性的会用到工具栏,在Extjs中Panel中提供了tbar和bbar两个内置的工具栏,极大的方便了大家的使用,但是在创建多行工具栏的时候,就会有一些问题产生了, 阅读全文
posted @ 2017-09-21 16:00 Sharpest 阅读(1658) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/happy492/article/details/6401099 1. 下面的代码中width和height的初始值为tab的开始大小,当浏览器窗口变化时,通过monitorResize监听,doLayout进行重新计算,document.body. 阅读全文
posted @ 2017-09-21 15:23 Sharpest 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Ext.data.JsonStore继承于Ext.data.Store,使得从远程JSON数据创建stores更为方便的简单辅助类。JsonStore合成了Ext.data.HttpProxy与Ext.data.JsonReader两者。如果你需要其他类型的proxy或reader组合,那么你要创建 阅读全文
posted @ 2017-09-20 15:52 Sharpest 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 1. 阅读全文
posted @ 2017-09-20 12:20 Sharpest 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/linjiqin/archive/2011/06/22/2087003.html 视图Ext.Viewport和窗口Ext.Window用法. 1、Viewport,顶级界面,浏览器显示区域。 代表整个浏览器的应用程序主界面控件。VeiwPort表 阅读全文
posted @ 2017-09-19 17:02 Sharpest 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/baidu_25310663/article/details/47975561 功能:iframe标签用于定义内联框架。 语法:<iframe></iframe> 有很多网页看上去是一个网页,但实际上它其中可能镶嵌有其它网页,<iframe>标签就可 阅读全文
posted @ 2017-09-19 16:33 Sharpest 阅读(1102) 评论(0) 推荐(0) 编辑
上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 222 下一页