Declined
Last Updated: 23 Dec 2013 09:03 by John
John
Created on: 19 Dec 2013 08:05
Category: Kendo UI for jQuery
Type: Feature Request
1
Editor image
imageBrowser: {
				messages: {
				 dropFilesHere: "Drop files here"
				},
				transport: {
					read: "/content-page-generator/image-browser?act=read",
					destroy: {
						url: "/content-page-generator/image-browser?act=destroy",
						type: "POST"
					},
					create: {
						url: "/content-page-generator/image-browser?act=create",
						type: "POST"
					 },
					thumbnailUrl: "/content-page-generator/image-browser?act=thumbnail",
					uploadUrl: "/content-page-generator/image-browser?act=upload",
					imageUrl: "http://images.xxx.com/{0}"
				}
			 }

This is a part of my javascript code from Kendo.But the Kendo "kendo.all.min.js" formatting my link.We needn't formatting images src.
error:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,encodeURIComponent(e))),e):t},
change:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,decodeURIComponent(e))),e):t}, 
3 comments
John
Posted on: 23 Dec 2013 09:03
This is my product manager asked me to use Kendo UI.
John
Posted on: 23 Dec 2013 08:58
I downloaded the Kendo UI in your official website.The path I submitted the question is 
kendo/js/kendo.all.min.js 
The Kendo "kendo.all.min.js" formatting my link.We needn't formatting images src. 
error: 
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,encodeURIComponent(e))),e):t}, 
change: 
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,decodeURIComponent(e))),e):t}, 
ADMIN
Telerik Admin
Posted on: 21 Dec 2013 17:03
Can you report this via the standard support channels| (forums or support system) on our site? Thus our support team will provide the needed response/assistance.

Thank you for your understanding.