if(typeof ProductWiki == "undefined") ProductWiki={};
if(typeof ProductWiki.Web == "undefined") ProductWiki.Web={};
if(typeof ProductWiki.Web.UserControls == "undefined") ProductWiki.Web.UserControls={};
if(typeof ProductWiki.Web.UserControls.WikiEdit == "undefined") ProductWiki.Web.UserControls.WikiEdit={};
ProductWiki.Web.UserControls.WikiEdit_class = function() {};
Object.extend(ProductWiki.Web.UserControls.WikiEdit_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContentURL: function(Title, Type) {
		return this.invoke("GetContentURL", {"Title":Title, "Type":Type}, this.GetContentURL.getArguments().slice(2));
	},
	GetContentTitle: function(Label, Type) {
		return this.invoke("GetContentTitle", {"Label":Label, "Type":Type}, this.GetContentTitle.getArguments().slice(2));
	},
	GetImageSize: function(Height, Width) {
		return this.invoke("GetImageSize", {"Height":Height, "Width":Width}, this.GetImageSize.getArguments().slice(2));
	},
	GetImageURL: function(Title, Size) {
		return this.invoke("GetImageURL", {"Title":Title, "Size":Size}, this.GetImageURL.getArguments().slice(2));
	},
	GetImageURLWithDimensions: function(Title, Height, Width) {
		return this.invoke("GetImageURLWithDimensions", {"Title":Title, "Height":Height, "Width":Width}, this.GetImageURLWithDimensions.getArguments().slice(3));
	},
	GetNodeTitle: function(Label) {
		return this.invoke("GetNodeTitle", {"Label":Label}, this.GetNodeTitle.getArguments().slice(1));
	},
	GetNodeLabel: function(Title) {
		return this.invoke("GetNodeLabel", {"Title":Title}, this.GetNodeLabel.getArguments().slice(1));
	},
	url: '/ajaxpro/ProductWiki.Web.UserControls.WikiEdit,ProductWiki.Web.ashx'
}));
ProductWiki.Web.UserControls.WikiEdit = new ProductWiki.Web.UserControls.WikiEdit_class();

