Completed
Last Updated: 27 Feb 2015 21:23 by ADMIN
Sergey
Created on: 28 Oct 2011 08:07
Category: Kendo UI for jQuery
Type: Feature Request
5
Add templates for upload file list
Posted 1 hour ago (permalink)

Another important thing for upload element is file list template. Somethink like 

<script id="template" type="text/x-kendo-template">
     <div>#= filename #, [#= filesize#]  
          <span class="menu">
          <ul>
               <li>#= button_delete #</li>
               <li><input class="k-button" value="Insert into text" onclick="insert()"></li>
               <li><input class="k-button" value="Copy path to bufer" onclick="copy()"></li>
          </ul>
          </span>
     </div>
</script>

This way i can path either tmplate ID or template object and affect list of files. 

Because upload is a very important thing nowadays and usually require more options than just upload.
2 comments
ADMIN
Telerik Admin
Posted on: 06 Jun 2014 13:03
This feature is already supported:
http://demos.telerik.com/kendo-ui/upload/templates
Sergey
Posted on: 28 Oct 2011 08:08
This uservoice do not show as it should I posted on forum too
http://www.kendoui.com//forums/ui/upload/file-list-templates.aspx