if(typeof PP == "undefined") PP={};
if(typeof PP.FrontEnd == "undefined") PP.FrontEnd={};
if(typeof PP.FrontEnd.UI == "undefined") PP.FrontEnd.UI={};
if(typeof PP.FrontEnd.UI.controls_Text_class == "undefined") PP.FrontEnd.UI.controls_Text_class={};
PP.FrontEnd.UI.controls_Text_class = function() {};
Object.extend(PP.FrontEnd.UI.controls_Text_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWidgetContent: function(clientId) {
		return this.invoke("GetWidgetContent", {"clientId":clientId}, this.GetWidgetContent.getArguments().slice(1));
	},
	url: '/ajaxpro/PP.FrontEnd.UI.controls_Text,PP.FrontEnd.UI.ashx'
}));
PP.FrontEnd.UI.controls_Text = new PP.FrontEnd.UI.controls_Text_class();


