imageBrowserObject
Configuration for image browser dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
imageBrowser: {
transport: {
read: "imagebrowser/read",
destroy: "imagebrowser/destroy",
create: "imagebrowser/createDirectory",
uploadUrl: "imagebrowser/upload",
thumbnailUrl: "imagebrowser/thumbnail",
imageUrl: "/content/images/{0}",
},
path: "/myInitialPath/"
}
});
</script>
In this article