浏览 2478 次
锁定老帖子 主题:extjs自定义函数不能执行
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-10-24
title: '登录', iconCls: 'locked', width: 400, height: 260, layout: 'fit', items: form, buttonAlign: 'center', resizable: false, closable: false, draggable: false, buttons: [{ text: '登录', handler: this.LoginFrom, scope: this }, { text: '重置', handler: function () { form.getForm().reset(); }, scope: this }], LoginFrom: function () { alert(); } }); LoginFrom为什么不能调到LoginFrom()弹出对话框。 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |