摘要: this.win.addPanel(options); 运行时出现对象不支持此方法 可能原因: 1.父窗体不存在 Business.MainMgr=function(){ return { win:parent.window, addPanel:function(options){ this.win.addPanel(options); }, colsePanel:fun... 阅读全文
posted @ 2009-03-07 09:28 夜色朦胧 阅读(155) 评论(0) 推荐(0) 编辑