Ext.define('DynamicButtonText', { extend: 'Ext.button.Button', initComponent: function() { this.text = "ss"; alert("alert in initComponent second") this.renderTo = Ext.getBody(); }, constructor:function(){ this.text = new Date(); alert("alert in constructor first") //如果initComponet,constructor同时存在callParent必须写在constructor中 //否则initComponet中的内容不执行 this.callParent(); }, scope:this }); Ext.onReady(function() { Ext.create('DynamicButtonText'); });
详细解决方案
Extjs4 initComponent 和 constructor 的一点有关问题
热度:565 发布时间:2012-07-05 07:59:18.0
相关解决方案
- ExtJS4.0 文件上传的返回JSON字符串不对,该如何解决
- Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPe解决方法
- Extjs4 Grid不显示数据,该怎么处理
- ()extjs4.0 mvc模式中,在controller中获取view层的元素对象
- 初学者发问:The constructor Printwriter(String) is undefined
- Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net,该怎么处理
- extjs4.0 多条件检索
- ExtJs4 将Grid的状态保留到服务器端
- 【error C2512】VC++编译异常 no appropriate default constructor available
- extjs4.0
- Extjs4 MVC的JS加载有关问题!
- ExtJS4.0 文件上传的返回JSON字符串不对
- Extjs4 对象不支持此属性或方法?
- EXTJS4 tabpanel选项卡里面的面板不显示滚动条
- ASP.NET+ExtJs4.0+表单提交submit,下传图片到服务器(转)
- Extjs4 Css美工有关
- Extjs4 的 tabPanel格局
- extjs4 柱形图高度怎么根据数据来自动调整
- ExtJs4.1的有关问题,求大牛帮忙看下
- extjs4.0表格行双击不响应
- extjs4 grid加载完后台数据如何让其中某些数据默认被选中
- extjs4 gridpanel 行边框如何变色
- extjs4.0 form数据加载有关问题
- extjs4.1 form交付时waitMsg的样式
- ExtJS4.x设立表单中控件为可用
- ExtJS4.0 资料上传的返回JSON字符串不对
- Extjs4 Store B删除Store A解决思路
- 求教 extjs4 点击树节点 新建tab并加载不同的grid解决思路
- ExtJS4.0 文件下传的返回JSON字符串不对
- ExtJs4.0 扩张控件(itemselector)