Class Roo.override

Package:Roo
Defined In: Roo.js.
Class:override
Adds a list of functions to the prototype of an existing class, overwriting any existing methods with the same name.
Usage:

Roo.override(MyClass, {
newMethod1: function(){
// etc.
},
newMethod2: function(foo){
// etc.
}
});
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties - Has None
Public Methods - Has None
Events - Has None
Documentation generated by Introspection Doc Generator on Mon Sep 22 2014 18:01:40 GMT+0800 (HKT) Based on JsDoc Toolkit