Type.registerNamespace("Sys.Extended.UI.HtmlEditor.Popups");
Sys.Extended.UI.HtmlEditor.Popups.BaseColorsPopup = function(element) {
Sys.Extended.UI.HtmlEditor.Popups.BaseColorsPopup.initializeBase(this, [element]);
}
Sys.Extended.UI.HtmlEditor.Popups.BaseColorsPopup.prototype = {
}
Sys.Extended.UI.HtmlEditor.Popups.BaseColorsPopup.registerClass("Sys.Extended.UI.HtmlEditor.Popups.BaseColorsPopup", Sys.Extended.UI.HtmlEditor.Popups.AttachedTemplatePopup);