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