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_TextImage_class == "undefined") PP.FrontEnd.UI.controls_TextImage_class={};
PP.FrontEnd.UI.controls_TextImage_class = function() {};
Object.extend(PP.FrontEnd.UI.controls_TextImage_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_TextImage,PP.FrontEnd.UI.ashx'
}));
PP.FrontEnd.UI.controls_TextImage = new PP.FrontEnd.UI.controls_TextImage_class();


