Type.registerNamespace("Sys.Extended.UI.HtmlEditor.ToolbarButtons");
Sys.Extended.UI.HtmlEditor.ToolbarButtons.Selector = function(element) {
Sys.Extended.UI.HtmlEditor.ToolbarButtons.Selector.initializeBase(this, [element]);
}
Sys.Extended.UI.HtmlEditor.ToolbarButtons.Selector.prototype = {
}
Sys.Extended.UI.HtmlEditor.ToolbarButtons.Selector.registerClass("Sys.Extended.UI.HtmlEditor.ToolbarButtons.Selector", Sys.Extended.UI.HtmlEditor.ToolbarButtons.DesignModePopupImageButton);