if(typeof Opinity == "undefined") Opinity={};
if(typeof Opinity.Controls == "undefined") Opinity.Controls={};
if(typeof Opinity.Controls.Common == "undefined") Opinity.Controls.Common={};
if(typeof Opinity.Controls.Common.CtlTagEditor_class == "undefined") Opinity.Controls.Common.CtlTagEditor_class={};
Opinity.Controls.Common.CtlTagEditor_class = function() {};
Object.extend(Opinity.Controls.Common.CtlTagEditor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showTagEditor: function(strObjectID, strType, intWidth, strTargetID) {
		return this.invoke("showTagEditor", {"strObjectID":strObjectID, "strType":strType, "intWidth":intWidth, "strTargetID":strTargetID}, this.showTagEditor.getArguments().slice(4));
	},
	url: '/ajaxpro/Opinity.Controls.Common.CtlTagEditor,App_Web_tageditor.ascx.35f9f15c.ashx'
}));
Opinity.Controls.Common.CtlTagEditor = new Opinity.Controls.Common.CtlTagEditor_class();

