在ExtJS中,使用Ext.override方法对已有类方法的重载。
如何去做
-
定义一个类,并给他一个方法
'Simple.Class',{function(){'Welcome to the app');4: }5: });
在ExtJS中,使用Ext.override方法对已有类方法的重载。
如何去做
定义一个类,并给他一个方法
'Simple.Class',{
function(){
'Welcome to the app');
4: }
5: });
相关文章: