Ext学习之路——Ext.define

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

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

     ...
 });
相关文章
相关标签/搜索