Coming up in Q3 2009 SP1 - RadEditor thumbnail support

by ASP.NET AJAX Team | Comments 3

One of the cool new features, that will make its way in the Q3 2009 RadControls for ASP.NET AJAX service pack release, is the additional thumbnail option in the Image Manager dialog. When you select an image, that ends with a specific suffix (e.g. "_thumb"), and there is an image with the same name but without the suffix in the current folder, the image dialog will offer the ability to automatically create a link to the original and open it in a new browser window. Here is how this will look like:

 

 Image Manager Thumbnails

 

We hope that this will provide a much quicker way to do a task that will otherwise require either opening a new Link manager dialog or manually modifying the HTML content. Even though the new features are visible only if you click on an image with a specific suffix, there is a way to turn them off completely via the editor server API:

 

<telerik:RadEditor ID="RadEditor1" runat="server">
    <ImageManager EnableThumbnailLinking="false"  ViewPaths="~/" />
</telerik:RadEditor>

 

Setting EnableThumbnailLinking to false in the Image Manager properties will disable the two new checkboxes altogether.

About the author

Iana Tsolova

Iana Tsolova

is Program Manager of Telerik’s ASP.NET AJAX division. She joined the company back in the beginning of 2008 as a Support Officer and has since occupied various positions at Telerik, including Senior Support Officer, Team Lead at one of the ASP.NET AJAX teams and Technical Support Director. Iana’s main interests are web development, reading articles related to geography, wild nature and latest renewable energy technologies.

3 Comments

Richard
what would be cool, would be the ability to request a thumbnail be made for a particular image, then insert it.

if it could be in the release, that would be awesome. 
Stoyan Stratev
You can create the thumbnail via the Image Editor dialog (you can see a link to that in the top of the Image Manager dialog screenshot). When you modify an image with the Image Editor dialog, the new version will automatically get the _thumb suffix and you will be able to link to the original.
Richard
Great.  Thanks. 

Comments

  1.    
      
      
       
  2. (optional, emails won't be shown on public pages)
  3. (optional)
Read more articles by ASP.NET AJAX Team - or - read latest articles in Developer Tools
Product Families