NOTE: This is LEGACY in version 5.1, use ES6 class/extends and registerClass instead
Inherits a control to a new one. Such a newly created class also contains $super field.
This is because JavaScript does not include native inheritance. For a brief on inheritance, there are many helpful resources online about object-oriented programming. Here is one.
NOTE: This is LEGACY in version 5.1, use ES6 class/extends and registerClass instead
Inherits a control to a new one. Such a newly created class also contains $super field. This is because JavaScript does not include native inheritance. For a brief on inheritance, there are many helpful resources online about object-oriented programming. Here is one.
Example
Method
inheritClass
For
Window