论坛首页 Web前端技术论坛

extjs自定义函数不能执行

浏览 2478 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2012-10-24  
EXT
var win = Ext.create('Ext.window.Window', {
                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()弹出对话框。
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics