代码改变世界

AjaxControlToolkit更新

2007-03-02 23:58  Clingingboy  阅读(2130)  评论(9编辑  收藏  举报
      AjaxControlToolkit项目版本又有更新了,新增了两个控件 

1.ListSearch

ListSearchExtender允许你对列表框的数据进行搜索



2.slideshow

slideshowextend允许你对图片列表进行循环播放



http://ajax.asp.net还尚未更新控件示例,大家可以先去下载体验下.


另外还有其他功能的增加,怕翻译的不好,就直接引用原文了

  • Localization support - The Toolkit now has an infrastructure for localizing the text in JavaScript files using the standard ASP.NET/AJAX support for resource files. There are placeholder files for the following 14 languages: Arabic, German, English, Spanish, French, Hebrew, Hindi, Italian, Japanese, Korean, Portuguese, Russian, Chinese (Simplified), and Chinese (Traditional). Complete localization of all strings hasn't been done yet, but our most popular request by far is for the string "Today:" at the bottom of the Calendar's popup - and that has already been localized to all of the above languages. Just set your system/browser's language settings to one of the supported languages and visit the Calendar sample page for a demonstration.
  • JavaScript comment/whitespace stripping - People are always interested in keeping the download size of their pages as low as possible, and the Toolkit goes the extra mile to help. When compiled in "Release" mode (as the official releases on CodePlex always are), all of the JavaScript files in the Toolkit automatically have all comments and unnecessary whitespace removed. Ted, the author of this functionality, was careful to adhere to the ECMA-262 ECMAScript Language Specification, so the modifications are both safe and effective.
  • ASP.NET Theme/Skin support - Central control is usually best, so it's nice to be able to use ASP.NET's theme/skin support to specify properties for controls across an entire web site in one central location. Toolkit controls didn't used to be skinnable (i.e., support the SkinID property) but now they are, so go ahead and start skinning your site. In fact, we used this new ability to style the CollapsiblePanels that we use for descriptions/properties/known issues on every sample page.


详情请见此文
http://blogs.msdn.com/delay/archive/2007/03/02/lost-sk-in-translation-ajax-control-toolkit-update.aspx

另外的消息:
Visual Studio 2005 SDK也有所更新,详情请参考下文
http://blogs.msdn.com/bharry/archive/2007/03/02/updated-vs-2005-sdk-available.aspx

第一次在首页发这种信息,主要是大家比较关注ajax,所以就冒昧转发这则消息.希望对大家有用