leveille
4 Aug 2007, 5:03 PM
When building your own ext, selecting ColorPalette and writing code that relies on ColorPalette will ultimately result in the following error:
Ext.MasterTemplate is not a constructor
as the build does not include Ext.MasterTemplate. At least this is what I experienced. I had to resolve the issue by grabbing Ext.MasterTemplate from ext-all.js and copying/pasting into my build.
Ext.MasterTemplate is not a constructor
as the build does not include Ext.MasterTemplate. At least this is what I experienced. I had to resolve the issue by grabbing Ext.MasterTemplate from ext-all.js and copying/pasting into my build.