archivedreleases.aspx

来自「一个包含AJAX所有功能的示例网站以及源代码,非常好学习!」· ASPX 代码 · 共 343 行 · 第 1/3 页

ASPX
343
字号
<%@ Page
    Language="C#"
    MasterPageFile="~/DefaultMaster.master"
    AutoEventWireup="true"
    Inherits="CommonPage"
    Title="Archived Toolkit Releases Notes" %>
<asp:Content ContentPlaceHolderID="SampleContent" Runat="Server">
    <p><strong><u>Release Notes</u></strong></p>

    <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">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?