ExtJS出现sp is undefined问题

1、are you launching your app from Ext.onReady() ?


2、This typically happens when you are trying to extend from a class that doesn't exist .
For example if you tried to extend from Ext.grid.GRidPanel. (Notice the capital R in GridPanel).
If you are extending from any classes then you should check to ensure that your include order is correct.

你可能感兴趣的:(ext)