// Name: HTMLEditor.Popups.PopupBoxButton.debug.js // Assembly: AjaxControlToolkit // Version: 4.5.7.1213 // FileVersion: 4.5.7.1213 Type.registerNamespace("Sys.Extended.UI.HTMLEditor.Popups"); Sys.Extended.UI.HTMLEditor.Popups.PopupBoxButton = function(element) { Sys.Extended.UI.HTMLEditor.Popups.PopupBoxButton.initializeBase(this, [element]); this._designPanel = null; } Sys.Extended.UI.HTMLEditor.Popups.PopupBoxButton.prototype = { } Sys.Extended.UI.HTMLEditor.Popups.PopupBoxButton.registerClass("Sys.Extended.UI.HTMLEditor.Popups.PopupBoxButton", Sys.Extended.UI.HTMLEditor.Popups.PopupCommonButton);