
Extjs
文章平均质量分 61
一颗卤蛋
这个作者很懒,什么都没留下…
展开
-
extjs panel中动态增加items
(mvc模式下的实现) { xtype : 'panel', height : 140, width : 500, id : 'dynamicFC', hidden : true, margin : '0px 0px 4px 0px', layout : { columns : 2,原创 2013-12-17 18:16:41 · 17873 阅读 · 0 评论 -
extjs中字符串和对象之间的转换,实现前后台传值
前台:onRBtnClick : function(button, e, eOpts) { var form = button.up('form'); var sampleNum = form.queryById('sampleNum').getValue();//获取组件属性值 var sampleType = form.queryById('sampleType').getValu原创 2013-12-17 18:35:40 · 3376 阅读 · 0 评论 -
extjs的combobox的change事件
如果不是‘额’,点击其他combo填入的值都和最后一次触发的相同。‘select’也可以实现 items : [{ xtype : 'combobox', id : 'one', name : 'one' , margin : '12px 4px 4px 4px', fieldLabel : '一', store : ['1', '2', '3', '非'], liste原创 2014-01-10 17:03:08 · 19054 阅读 · 0 评论 -
Extjs前台传值到后台出现中文乱码,解决
在store中加 actionMethods:{ read: 'POST' }, 用post方式传值转载 2014-01-10 16:56:13 · 2638 阅读 · 0 评论