This question is locked. New answers and comments are not allowed.
http://demos.kendoui.com/web/editor/imagebrowser.html
The function of the link, as shown in the following code I want to implement jsp only.
<kendo:editor name="editor" style="width:740px;height:440px">
<kendo:editor-tools>
<kendo:editor-tool name="insertImage"/>
</kendo:editor-tools>
<kendo:editor-imageBrowser>
<kendo:editor-imageBrowser-transport
read="image_read.jsp"
thumbnailUrl="image_thumbnail.jsp"
imageUrl="image_url.jsp"
uploadUrl="image_upload.jsp">
<kendo:editor-imageBrowser-transport-create type="POST" url="image_create.jsp"/>
<kendo:editor-imageBrowser-transport-destroy type="POST" url="image_destroy.jsp"/>
</kendo:editor-imageBrowser-transport>
</kendo:editor-imageBrowser>
<kendo:editor-value></kendo:editor-value>
</kendo:editor>
Only the implementation of the configuration file as an attachment.
I have seen ImageBrowserDaoImpl.java review due to lack of skills, but it is difficult to develop.
Obviously does not like me using Spring will be a great help for users.
It is difficult to know the claimant asks for writing code.
I'll love Number One KendoUI forever. Thank You.
The function of the link, as shown in the following code I want to implement jsp only.
<kendo:editor name="editor" style="width:740px;height:440px">
<kendo:editor-tools>
<kendo:editor-tool name="insertImage"/>
</kendo:editor-tools>
<kendo:editor-imageBrowser>
<kendo:editor-imageBrowser-transport
read="image_read.jsp"
thumbnailUrl="image_thumbnail.jsp"
imageUrl="image_url.jsp"
uploadUrl="image_upload.jsp">
<kendo:editor-imageBrowser-transport-create type="POST" url="image_create.jsp"/>
<kendo:editor-imageBrowser-transport-destroy type="POST" url="image_destroy.jsp"/>
</kendo:editor-imageBrowser-transport>
</kendo:editor-imageBrowser>
<kendo:editor-value></kendo:editor-value>
</kendo:editor>
Only the implementation of the configuration file as an attachment.
I have seen ImageBrowserDaoImpl.java review due to lack of skills, but it is difficult to develop.
Obviously does not like me using Spring will be a great help for users.
It is difficult to know the claimant asks for writing code.
I'll love Number One KendoUI forever. Thank You.