PDA

View Full Version : Ext.ColorPalette > Ext.MasterTemplate



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.

brian.moeskau
4 Aug 2007, 9:12 PM
To clarify, MasterTemplate was missing as a dependency from ColorMenu in the build your own list. This has been fixed -- please rebuild and let us know if you're still having any issues.