📄 archivedreleases.aspx
字号:
<p>
Known Issues:</p>
<p>
</p>
<ul class="releaseList">
<li>No new issues</li>
</ul>
<br />
<br />
<p><u><strong>Version 1.0.10301.0</strong></u> - <em>Requires ASP.NET AJAX version 1.0</em></p>
<p></p><br />
<p><strong>New Controls:</strong></p>
<p></p>
<ul class="releaseList">
<li><strong>ListSearch:</strong> Extender that searches for items in a listbox or dropdown</li>
<li><strong>SlideShow:</strong> Extender for image controls that lets you transition through a set of pictures</li>
</ul><br />
<p><strong>General Notes:</strong></p>
<p></p>
<ul class="releaseList">
<li>Skinning support added for extenders; all demo page collapsible panels are now themed</li>
<li>Localization infrastructure added to Toolkit, specifically, the "Today" string in the Calendar control is localized in 14 languages</li>
<li>JavaScript comment stripper added to the Toolkit which cuts the size of the scripts by about half on average</li>
<li>Accessibility fixes made to the website and controls in terms of keyboard support, specifically, Accordion, CollapsiblePanel, Calendar and NumericUpDown</li>
<li>Accordion, Slider and ReorderList bug fixes</li>
</ul>
<p></p>
<br />
<p>Breaking Changes:</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues:</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.10201.0</strong></u> - <em>Requires ASP.NET AJAX version 1.0</em></p>
<p>This is an update release for the Toolkit. We have fixed some issues that were raised since the 10123 release.</p><br />
<p><strong>General Notes:</strong></p>
<p></p>
<ul class="releaseList">
<li>Fixed AutoComplete and TabPanel dispose issues exposed by UpdatePanels</li>
<li>Fixed TextBoxWatermark issue where the textbox retained focus even though the watermark showed up</li>
<li>Fixed Calendar localization issues</li>
<li>Simplified ModalPopup drag behavior</li>
</ul>
<p></p><br />
<p>Breaking Changes:</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues:</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.10123.0</strong></u> - <em>Requires ASP.NET AJAX version 1.0</em></p>
<p>This is a major release for the Toolkit. We have ported over all fixes in the development branch
and have brand new set of controls, feature changes and script base classes.</p><br />
<p><strong>New Controls: </strong></p>
<p></p>
<ul class="releaseList">
<li><strong>AutoComplete</strong>: The much-requested control that provides suggestions to complete input typed in a textbox</li>
<li><strong>Calendar</strong>: Client-side calendar control</li>
<li><strong>MaskedEdit</strong>: Control to enforce input entered into a text box is in a specific format complying with specific types using client-side validation</li>
<li><strong>TabContainer</strong>: Tab strip control to organize page content</li>
</ul><br />
<p><strong>General Notes:</strong></p>
<p></p>
<ul class="releaseList">
<li><strong>Updated the Toolkit framework, all controls, all samples, and all documentation for the new
<asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="http://ajax.asp.net/">ASP.NET AJAX v1.0</asp:HyperLink></strong></li>
<li><strong>Bug Fixes:</strong> Over 75 issue fixes in the Toolkit development branch are a part of this release making it those most stable and feature rich one so far</li>
<li><strong>ModalPopup changes:</strong> Added absolute positioning, drag/drop ability, async post-back support</li>
<li><strong>RounderCorners:</strong> Added ability to specify which corners to round</li>
<li><strong>ExtenderBaseControl/Script changes:</strong> Revised ExtenderControlBase architecture to make it easier to author new Toolkit Controls</li>
</ul>
<p></p><br />
<p>Breaking Changes:</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues:</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.61214.0</strong></u> - <em>Requires ASP.NET AJAX v1.0 RC</em></p>
<p></p>
<p>General Notes:</p>
<p></p>
<ul class="releaseList">
<li><strong>Updated the Toolkit framework, all controls, all samples, and all documentation for the new <asp:HyperLink ID="HyperLink12" runat="server" NavigateUrl="http://ajax.asp.net/">ASP.NET AJAX v1.0 RC</asp:HyperLink></strong></li>
<li>Added missing Accordion property attributes</li>
<li>Fixed Slider initialize, reposition, and default value code</li>
<li>Enhanced ModalPopup tab-prevention for background elements</li>
</ul>
<p></p>
<p>Breaking Changes</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.61121.0</strong></u></p>
<p></p>
<p>General Notes:</p>
<p></p>
<ul class="releaseList">
<li><strong>Removed AJAX Control Toolkit's dependency on Microsoft.Web.Extensions.Design.dll. This DLL is part of ASP.NET AJAX, but is not installed on machines without some flavor of Visual Studio already installed. The missing DLL caused problems for web servers (which typically do not have development tools installed on them).</strong></li>
<li><strong>Moved the workaround for the scenario when EnableEventValidation=false (and ASP.NET AJAX doesn't render extenders or ScriptManager to the page during an async postback) up a level from CascadingDropDown to ExtenderBase so that all Toolkit controls will benefit</strong></li>
<li>Revised ModalPopup server-side Show/Hide implementation to work even when the ModalPopupExtender is not part of the current async postback (regressed due to an ASP.NET AJAX change)</li>
<li>Fixed an issue preventing ClientState from working properly inside an UpdatePanel (regressed due to an ASP.NET AJAX change)</li>
<li>Fixed ModalPopup server-side Show/Hide to apply to only the next page load/async postback instead of applying to all subsequent page loads/async postbacks</li>
<li>Updated Accordion to adjust its pane sizes after an async postback in order to avoid clipping the new pane contents if they were bigger than the old pane contents</li>
<li>Fixed an issue with AjaxControlToolkit.IEDragDropManager.unregisterDropTarget that could cause a script error during page unload/dispose if multiple DragPanels were being used</li>
<li>Fixed a width issue with AjaxControlToolkit.CommonToolkitScripts.getLocation</li>
<li>Updated web.config files to include changes associated with ASP.NET AJAX Beta 2 and resolve issues running under IIS7</li>
</ul>
<p></p>
<p>Breaking Changes</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.61106.0</strong></u></p>
<p></p>
<p>General Notes:</p>
<p></p>
<ul class="releaseList">
<li><strong>Updated the Toolkit framework, all controls, all samples, and all documentation for the new <asp:HyperLink ID="HyperLink11" runat="server" NavigateUrl="http://ajax.asp.net/">ASP.NET AJAX v1.0 Beta 2</asp:HyperLink></strong></li>
</ul>
<p></p>
<p>Breaking Changes</p>
<p></p>
<ul class="releaseList">
<li>No breaking changes</li></ul>
<p></p>
<p>Known Issues</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.61020.0</strong></u></p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -