﻿// Name:        HTMLEditor.Popups.PopupBoxButton.debug.js
// Assembly:    AjaxControlToolkit
// Version:     3.5.7.1213
// FileVersion: 3.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);


if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();