extjs4

Getting started with extjs4

Remarks#

This section provides an overview of what extjs4 is, and why a developer might want to use it.

It should also mention any large subjects within extjs4, and link out to the related topics. Since the Documentation for extjs4 is new, you may need to create initial versions of those related topics.

Installation or Setup

Unfortunately Sencha does not directly give you access to Extjs 4. Their download SDK links lead directly to the newer version of Extjs (currently 6). Although you can still find websites that are hosting the library files (I will have to leave you to it since Extjs is under the LGPL license for open source software on which you must agree).

Once you have the library downloaded all you have to do to use it in any of your HTML pages is create two bindings to the library, one to the .js files and one to the .css

Details can be found on https://docs.sencha.com/extjs/4.2.0/#!/guide/getting_started


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow