摘要: Extjs textarea中主要的内容内容和配置项目:获得表单对象的方法:var meo = testForm.getForm().findField("memo");可以获得到表单对象findField通过查找页面中id可以查找到内容示例代码:Ext.onReady(function(){ Ext.QuickTips.init(); var testForm = new Ext.form.Pa... 阅读全文
posted @ 2014-07-24 22:16 thero 阅读(1643) 评论(0) 推荐(0)
摘要: 如何在动态的修改列的显示和隐藏:下面为示例代码:if(matchStatus.getValue()=="weipp"){colMode=this.getColumnModel();var handColIndx=colMode.findColumnIndex("match");colMode.set... 阅读全文
posted @ 2014-07-24 15:00 thero 阅读(1713) 评论(0) 推荐(0)