http://blogs.technet.com/kirtid/archive/2007/09/21/toolkit-release-10920.aspx
http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=4941
http://asp.net/ajax/ajaxcontroltoolkit/samples
经过一些重要的Bug的修改(Calendar, PopupBehavior, AutoComplete, Accordion, ConfirmButton, ModalPopup, MaskedEdit and Slider),ajax control toolkit又有新版了。
你可以在codeplex上得到下载地址(包括有源代码和无源代码的)
分为两个版本:
以便运行在不同的框架上面。
源代码中的 TemplateVSI 工程包含了一个用J#编译的一个vjslib.dll的文件,如果你想重新编译的源文件的话,你需要到这里下载一个Microsoft Visual J# Version 2.0 Redistributable Package(约3.6M)
bug修复:
- 带有嵌入式样式的控件(Calendar, Tabs and Slider): 工具控件载入时不再需要引用一个明确的样式,例如一个日期控件放在UpdatePanel控件之中显示,当UpdatePanel回传后,嵌入式样式会正确载入。
- 弹出行为定位(AutoComplete, Calendar, DropDown, HoverMenu, ListSearch, PopupControl and ValidatorCallout): PopupBehavior now respects the position of its parent element even when the browser window is very narrow or the parent element is close the window edge当浏览器窗口非常窄或者控件的父元素接近窗口边缘时,有弹出式行为的控件会显示在正确的位置上.
- Focusing extended controls (Accordion, CollapsiblePanel, DropShadow, Tabs): Pages that use Toolkit controls which re-parent DOM elements can use a workaround to focus a specific element on page load. The new method Utility.SetFocusOnLoad ensures that the desired control receives focus.
控件修复:
- 日历控件Calendar: 可以设置一个默认的日期显示在验证控件
- 模态对话框ModalPopup: 可以随着窗口的滚动或大小变化而自动调节自已的位置.
- 按钮确认控件ConfirmButton: 支持了另外一种样式,类似于模态对话框的样子.
- 编辑框遮罩控件MaskedEdit: 如果没有指定CultureName的话,被扩展的Textbox不再使用不变的cultrue,而使用页面的Culture.
- 自动完成控件AutoComplete: 允许用户可以在自动完成的数据中附加associate additional data(额外的数据?).
- 滑块控件Slider: 可以用CSS轻松定义外松形式.
Breaking Changes:
- No breaking changes
Known Issues:
- No new issues