Friday, June 5, 2009

New version of the AJAX Control Toolkit

A new version of the AJAX Control Toolkit is now available for download from the CodePlex website :

http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326

It contains three new controls:

HTMLEditor :
Allows you to easily create and edit HTML content. You can edit in WYSIWYG mode or in HTML source mode. The control exists as a server-side extender but can also be instantiated purely on the client-side with a single line of code.

ComboBox :
Provides a DropDownList of items, combined with TextBox. Different modes determine the interplay between the text entry and the list of items. this control behaves very much like a Windows combo.

ColorPicker :
Can be attached to any ASP.NET TextBox control to provide client-side color-picking functionality from a popup.

This new release also includes fixes for over 20 of the most voted bugs in existing AJAX Control Toolkit controls and now features minimized release versions of the script files.

more information :
http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326


No comments:

Post a Comment