Controls and UI of Atlas

Source: Internet
Author: User

1. Atlas client script

The Atlas client script includes the customer control (), Data Binding, Data Validation, Behaviors, and Templates) and Client-side Components ).

1.1 customer controls

 

1.2 Data Binding

 

1.3 Data Verification

 

1.4 actions

 

1.5 Template

 

1.6 client components

 

 

 

 

2. server-side controls of Atlas

The server-side controls of Atlas include UpdatePanel, Triggers, ScriptManager, Extenders, and TimerControl ).

2.1 UpdatePanel)

One of the features of ajax is the ability to partially update pages. The UpdatePanel control is encapsulated by Atlas. To implement some update functions in Atlas, there is a premise: the script manager'sEnablePartialRenderingAttribute must be setTrue.

<Atlas: ScriptManager runat = "server" ID = "ScriptMgr"EnablePartialRendering
</ScriptManager>
<Atlas: UpdatePanel runat = "server" ID = "UpdatePanel2"Mode>
<ContentTemplate>
<Asp: label runat = "server" Text = "Keep changing me! "ID =" Label1 "/>
</ContentTemplate>
</Atlas: UpdatePanel>
= "Always"
= "True">

The UpdatePanel ContentTemplate element is used as the container for updating the panel content. All content contained in the element will be repainted during partial refreshing. The Mode attribute specifies the content refresh time. When its value is "Always", the UpdatePanel will be refreshed every time PostBack is used; when its value is Conditional, indicates that the Panel is refreshed only when the trigger conditions are met.

2.2 Triggers)

 

2.3 ScriptManager)

 

2.4 extended controls (Extenders)

2.4.1 Drag Control

 

2.4.2 auto scaling controls

Sample Source

 

2.5 TimerControl)

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.