摘要:
Ext.MyWindow = Ext.extend(Ext.Window, { width: 300 , height: 200 , addButtons: function () { if (!this.buttons) { this.buttons = []; } Ext.each(arguments, function (arg) { this.buttons.push(arg); }, t... 阅读全文
posted @ 2010-07-10 19:43
景天
阅读(279)
评论(0)
推荐(0)