Ext學習之路——Ext.define

Ext.define('My.awesome.Class', {
     someProperty: 'something',

     someMethod: function() {
         alert(s + this.someProperty);
     }

     ...
 });
相關文章
相關標籤/搜索