Ext Application Startup Sequence

This is an archived post from the ExtJS era — the code may be obsolete, but the principles often still apply.

The following diagram shows how the MVC Ext Application generated by sencha generate app initializes. The diagram is based on Ext version 4.2.2 but it is roughly same in the upcoming Ext 5.0. One difference is that index.html includes only one file: bootstrap.js that takes care about loading other required files: Ext core classes, css, app.js, etc. Ext Application Startup Sequence

0 comments

No comments yet — be the first.

    Comments are closed on archived posts.