?? archivedreleases.aspx
字號:
<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>
<p></p>
<p>New controls (see sample pages on left):</p>
<p></p>
<ul class="releaseList">
<li><strong>DropDown</strong>: Provides a dynamic drop-down functionality, similar to
what is found in Windows Sharepoint Server.</li><li><strong>MutuallyExclusiveCheckbox</strong>: Allows picklists of mutually-exclusive
values.</li><li><strong>ValidatorCallout</strong>: Adds great client-side UI to ASP.NET validators</li></ul>
<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="HyperLink9" runat="server" NavigateUrl="http://ajax.asp.net/">ASP.NET AJAX v1.0 Beta</asp:HyperLink></strong></li><li>The ASP.NET AJAX Beta has a number of changes from earlier releases of "Atlas" - users are encouraged to familiarize themselves with those changes because many of them directly impact the Toolkit</li>
<li>For Toolkit users (e.g. those not writing components, see this <a href="Walkthrough/AtlasToAspNetAjax.aspx">
walkthrough</a> for migrating your pages.</li>
<li>TemplateVSI now includes Web Site projects in addition to the Extender projects and Extender items it already had - C# and VB versions are available for all templates</li></ul>
<p></p>
<p>Breaking Changes</p>
<p></p>
<ul class="releaseList">
<li>Technically, everything in this release is a breaking change since the syntax on
the client- and server-side has changed. We have, however, worked hard to
minimize the impact of this to page developers. The server-side move to this
build is trivial, see the <a href="Walkthrough/AtlasToAspNetAjax.aspx">walkthrough</a>.</li><li>The ASP.NET AJAX Extensions DLL (now Microsoft.Web.Extensions.dll) is not included with the Toolkit and must be <asp:HyperLink ID="HyperLink10" runat="server" NavigateUrl="http://ajax.asp.net/">downloaded and installed separately</asp:HyperLink></li><li>Extenders no longer contain a set of properties classes. The property values
for an extender are now directly on the extender object. This means that,
in past cases where you had one extender and multiple properties objects, you will
now have multiple extenders. This greatly simplifies the use of extenders.</li><li>The coding pattern for JavaScript behaviors has changed from the closure model to the Prototype model - all Toolkit behaviors have been updated. See documentation
on the ASP.NET AJAX website for more information on this change.</li><li>The default Toolkit tag prefix changed from "atlasToolkit" to "ajaxToolkit"</li><li>Profile Binding is not supported in this release.</li></ul>
<p></p>
<p>Known Issues</p>
<p></p>
<ul class="releaseList">
<li>Many of the controls are known to work well with the recently released Opera browser, though Opera support was not a focus of this release. In future releases,
we plan to continue to improve our Opera support as ASP.NET AJAX does.</li></ul>
<br />
<br />
<p><u><strong>Version 1.0.60914.0</strong></u></p>
<p></p>
<p>New controls (see sample pages on left):</p>
<p></p>
<ul class="releaseList">
<li><strong>Animation</strong>: Adds powerful, easy to use animations to any element or control</li><li><strong>NoBot</strong>: Applies simple rules to prevent automated bots or scripts from posting to a page</li><li><strong>Slider</strong>: Adds an elegant scrollbar-like user interface for setting numeric values</li><li><strong>UpdatePanelAnimation</strong>: Animates page elements corresponding to hidden postback activity</li></ul>
<p></p>
<p>General Notes:</p>
<p></p>
<ul class="releaseList">
<li><strong>Made Microsoft.AtlasControlExtender.dll functionality public and integrated it into AtlasControlToolkit.dll</strong></li><li><strong>Added animation framework that makes creating and running complex animations easy - see <asp:HyperLink ID="HyperLink8" runat="server" NavigateUrl="~/Walkthrough/UsingAnimations.aspx">Using animations</asp:HyperLink> for details</strong></li><li><strong>Fixed problem introduced in last release where extender entries in the properties window didn't expand when the '+' was clicked</strong></li><li>Significantly improved data binding implementation to avoid unnecessary problems</li><li>Changed load time of ClientState values to make them more easily accessible by extender code</li><li>Improved FindControlHelper implementation to enable it to successfully find controls in more scenarios</li><li>Added ASP.NET AJAX profile service support to the extender base class to make persisting values easier - see <asp:HyperLink ID="HyperLink5" runat="server" Text="Other neat stuff" NavigateUrl="~/Walkthrough/OtherNeatStuff.aspx"></asp:HyperLink> for details</li><li>Added CommonToolkitScripts.getCurrentStyle function to hide the cross-browser aspects of querying the current (computed) style of an element</li><li>Added DynamicPopulate*Base classes to make it easy to add DynamicPopulate functionality to any extender - see <asp:HyperLink ID="HyperLink6" runat="server" Text="Other neat stuff" NavigateUrl="~/Walkthrough/OtherNeatStuff.aspx"></asp:HyperLink> for details</li><li>Added PageRequestManagerID property to BehaviorBase to allow behaviors to easily hook up to partial update begin/end events - see <asp:HyperLink ID="HyperLink7" runat="server" Text="Other neat stuff" NavigateUrl="~/Walkthrough/OtherNeatStuff.aspx"></asp:HyperLink> for details</li><li>Modified all behaviors to raise ASP.NET AJAX's "PropertyChanged" event when any of their property values change</li><li>Revised Safari compatibility layer patching to allow event handler access of window.event (enabled by default by ASP.NET AJAX)</li><li>Improved handling of ID changes to controls that create extenders/properties</li><li>Added data binding support to Accordion to allow creation of panes from a data source</li><li>Modified CascadingDropDown to populate DropDownList.SelectedItem.Text so that both text and value can be accessed</li><li>CascadingDropDown now populates its DropDownList before Page_Load so the .SelectedValue will can be used in Page_Load</li><li>CascadingDropDown now supports 1:many parent:child relationships so that multiple CascadingDropDowns can have the same parent</li><li>ConfirmButton and ModalPopup updated to respect the "disabled" state of buttons and ignore disabled button clicks</li><li>Added Radius property to DropShadow extender for customizing the corner radius</li><li>HoverMenu, ModalPopup, and PopupControl now have DynamicPopulate functionality built-in (via the new DynamicPopulate*Base classes)</li><li>Improved ModalPopup behavior when used with UpdatePanels in order to avoid possible null dereferences</li><li>Added support for showing and hiding the ModalPopup display element from server-side code</li><li>PasswordStrength now supports customizable weightings of each password requirement class</li><li>PopupControl now works properly when its TargetControlID is within an UpdatePanel</li><li>PopupControl now supports .Commit calls specifying the empty string ("")</li><li>Reenabled postback mode for ReorderList to allow scenarios that require postbacks</li><li>Fixed ReorderList behavior when SortOrderField is set with a bound IList data source</li><li>ResizableControl implementation changed to work around some browser bugs that unnecessarily reloaded images</li><li>Fixed some cursor display issues when tabbing through TextBoxWatermark</li><li>Modified TextBoxWatermark to re-apply its watermark after UpdatePanel postbacks to avoid losing the watermark</li><li>Added ToggleButton support for disabled checkbox images by enabling different images for disabled checked/unchecked boxes</li><li>Other minor improvements throughout</li></ul>
<p></p>
<p>Breaking Changes</p>
<p></p>
<ul class="releaseList">
<li>Removed obsolete Commit and Cancel method overrides of PopupControlExtender (were replaced by versions that do not take a Control parameter in the previous release)</li><li>Namespace of certain classes changed from "Microsoft.AtlasControlExtender" to "AtlasControlToolkit"</li><li>Removed GetAccordionPanes method on Accordion, replaced by Panes property. Existing pages may have a tag prefix on the Panes element (e.g. "<cc1:Panes>") that should be removed.</li></ul>
<p></p>
<p>Known Issues</p>
<p></p>
<ul class="releaseList">
<li>No new issues</li></ul>
<br />
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -