
Extjs
旌云爸
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Extjs示例的模板jsp文件
String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> MyExtJS4.0原创 2014-09-04 16:31:16 · 883 阅读 · 0 评论 -
Spring Mvc 输出 Json
http://blog.csdn.net/liuxiit/article/details/6618573 ************************************************************服务器端代码**************************************************************************转载 2015-10-23 17:25:14 · 562 阅读 · 0 评论 -
依据父页面的高度对Iframe中的表格的高度的调整
Ext.namespace('cms.SysConfig'); //缓冲Iframe中的Grid对象 var gSubIframeGrid=null; cms.SysConfig.sysConfigfnPanel = function(config) { //如果在继承时在override参数中定义了constructor方法,则子类不会继承父类在构造函数中定义的属性, //原创 2014-10-11 14:50:13 · 663 阅读 · 0 评论 -
垮iframe页调用Ext对象
学习EXT ext/ext-base.js"> ext-all-debug.js"> ext-all.css" /> 父页 Ext.onReady(function(){ var tree = new Ext.tree.TreePanel({ title:"一棵小树", width:300,转载 2014-10-11 12:34:29 · 510 阅读 · 0 评论 -
使用 F12 开发人员工具
使用 F12 开发人员工具 参考网址: http://msdn.microsoft.com/zh-cn/library/ie/bg182326(v=vs.85).aspx原创 2014-10-10 10:56:02 · 742 阅读 · 0 评论 -
Ext.form.NumberField使用
this.typeCode= new Ext.form.NumberField({ fieldLabel : '类型代码', //标签名称 id:"typeCode", //字段标识 maxLength : 10, //内容的最大长度 width : 200,原创 2014-09-24 17:30:45 · 2811 阅读 · 0 评论 -
Ext.grid.Panel使用
/** * 1、Ext.data.Store用来装载本地的数据(就是自定义的数组数据) * 2、Ext.data.Store用来从服务端加载数据 */ Ext.onReady(function(){ if(Ext.BLANK_IMAGE_URL.substr(0,4)!="data"){ Ext.BLANK_IMAGE_URL="./images/s.gif"; }原创 2014-09-04 16:27:14 · 874 阅读 · 1 评论 -
基于ExtJS的左右框架和消息传递处理
Ext.namespace('cms.SysConfig'); cms.SysConfig.leftfnPanel = function(config) { //如果在继承时在override参数中定义了constructor方法,则子类不会继承父类在构造函数中定义的属性, //但是可以继承在prototype中定义的属性,原创 2014-09-25 17:05:52 · 564 阅读 · 0 评论 -
Ext.extend 使用
Ext.extend方法是用来实现类的继承。 extend(Object subclass,Object superclass,[Object overrides] : Object 第一个参数:子类 第二个参数:父类 第三个参数:要覆盖的属性。 这里需要强调一下,子类继承下来的是父类中通过superclass.prototype方式定义的属性(包括用此方法定义的函数)。原创 2014-08-22 14:54:41 · 2237 阅读 · 0 评论 -
Web前端
1.Vue.js http://cn.vuejs.org/ 2.angular.js https://angular.cn/ http://www.360doc.com/content/14/0414/15/14416931_368816305.shtml 3.recat.js http://reactjs.cn/ http原创 2017-04-01 11:02:46 · 406 阅读 · 0 评论