This is a migrated thread and some comments may be shown as answers.

"Image browser" to jsp implementation only

2 Answers 74 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jong Woo
Top achievements
Rank 1
Jong Woo asked on 10 Jan 2014, 08:13 AM
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.

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 10 Jan 2014, 12:54 PM
Hello,

We created a fully working project. Have in mind though that file uploads required a servlet class to be made. 

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jong Woo
Top achievements
Rank 1
answered on 13 Jan 2014, 07:03 AM
Thank you very much KendoUI the team.

South Korea will try to notify KendoUI. Thank you again.
Tags
Editor
Asked by
Jong Woo
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Jong Woo
Top achievements
Rank 1
Share this question
or