Is there an order to which the Ext JS libraries and your own extended libraries need to be included in your scripts to get them all to work? I found that I needed to follow a pattern while including certain libraries to ensure the code compiles without any errors.
Yes, there is an order you need to follow starting from the most basic to the most complex. This is as far as I know because in the base file some things are declared that in the ext-all are needed, if you change the order a javascript error will happend.
Praful Gupta wrote:Is there an order to which the Ext JS libraries and your own extended libraries need to be included in your scripts to get them all to work? I found that I needed to follow a pattern while including certain libraries to ensure the code compiles without any errors.