/Learning-ExtJS-6-Classes

Learning ExtJS 6 Classes

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Learning-ExtJS-6-Classes

Learning ExtJS 6 Classes

This project was created to come up with ideas how to implement private methods in ExtJS classes.

If you want to build and run this application you need:

  1. Install latest Sencha CMD.

  2. Open console in root folder and run next comands:

    sencha app build

    sencha app watch

Simle tests can be found in Example.Application class. Example classes are in app/examples

Example.example.Child extends Example.example.Parent