Details: 16 changes in Ajax Control Toolkit version 1.0.10606.0

Source: Internet
Author: User

The calm sea is often surging below, Ajax Control Toolkit version 1.0.10606.0 version does not add controls, but there are a lot of internal changes, and I will work with the Ajax Control Toolkit version 1.0.10606.0 16 changes.

1. First, reduce the dependency on scriptmanager on the page, because there is no need to download all the scripts to the client for a single control.
You can see that this version uses all <ajaxtoolkit: toolkitscriptmanager runat = "server" enablepartialrendering = "true" id = "scriptmanager1"/>
The advantage of this is that the client only downloads the scripts required to use the control on the current page. These scripts are downloaded to the client as a whole.

2. The requireopenedpane attribute is added to the accordion control, which is of the boolean type to set whether a panel is always expanded.
 
3. The suppressheaderpostbacks attribute is added to the accordion control to prevent the event from being triggered after the accordion Header element is clicked.
For example, if we place a hyperylink, this is the reason that no PostBack will be clicked. This attribute is added to simplify the process. Previously we did this:
<Header> <a href = "" onclick = "Return false;" class = "accordionlink"> 2. autosize </a>
4. Known issues with the accordion control: in IE6 and 7, the autosize setting fill or limit effect is the same, because they do not support the max-height CSS attribute. Different Resolutions in IE6 affect the animation duration.
 
5. AutoComplete: if too many entries are automatically completed, the scroll bar can be dragged.
 
6. AutoComplete: When auto-complete partial display is used, the animation effect is excessive, and the process is smoother.
 
7. You can find that the date is displayed in the local format, showing the Chinese year and month. Note that the file header is "Auto" uiculture = "Auto"
Also note the localization settings of ajaxscriptmanager: enablescriptglobalization = "true" enablescriptlocalization = "true"
 
8. confirmbutton adds the onclientcancel attribute to specify the client script to be executed after cancellation.
 
9. confirmbutton added confirmonformsubmit until the page is submitted. In other words, this dialog box is displayed only when all the verification on the page is passed.
 
10. Added support for animation for dropdown. The animation effect can be displayed when onshow onhide is enabled.
 
11. After the filteredtextbox completes the localization upgrade, the control can also block the Chinese language. Previously, no matter what the situation can accept the Chinese language, at least now it is available.
 
12. Added support for animation to hovermenu. The animation effect can be displayed when onshow onhide is enabled.
 
13. The maskededit control also made some localization work.
 
14. The page after the last version of modalpopup in IE7 remains unchanged, and the page elements are still available without being grayed out. Now this problem has been solved. The demo of this version emphasizes that you can call
The server-side code can also call the client-side code. In addition, the focus of the example is that even a hidden control can still be used. In fact, the elements that cannot be bound are bound in a circle. That's all.
 
15. during actual development, we found that CSS cannot be used directly to modify the appearance of the control. The only way is to modify the style sheet in the source code of Ajax Control Toolkit. I did not expect the official solution to be the same. The style sheet details are as follows:
Tabs CSS classes
. Ajax _ tab_header: A container element that wraps all of the tabs at the top of the tabcontainer. Child CSS classes:. Ajax _ tab_outer.
. Ajax _ tab_outer: an outer element of a tab, often used to set the left-side background image of the tab. Child CSS classes:. Ajax _ tab_inner.
. Ajax _ tab_inner: An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:. Ajax _ tab_tab.
. Ajax _ tab_tab: an element of the tab that contains the text content. Child CSS classes: none.
. Ajax _ tab_body: A container element that wraps the area where a tabpanel is displayed. Child CSS classes: none.
. Ajax _ tab_hover. This is applied to a tab when the mouse is hovering over. Child CSS classes:. Ajax _ tab_outer.
. Ajax _ tab_active: This is applied to a tab when it is the currently selected tab. Child CSS classes:. Ajax _ tab_outer.

16. Added support for animation to listsearchextender. The animation effect can be displayed when onshow onhide is enabled.

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.