Create a Constrained Layout

Source: Internet
Author: User

Make the components on the page change with the form. The Layout mode of all containers should be set to absolute mode (absolute ).

Demo:

<? XML version = "1.0" encoding = "UTF-8"?>
<Mx: Application xmlns: MX = "http://www.adobe.com/2006/mxml" layout = "absolute">
<! -- Use X, Y to define the position of the component;
Use width, height to define the size of the component;
Use left, right, top, bottom to define the distance between the component border and
The container border;
-->
<Mx: Label x = "20" Y = "60" text = "email"/>
<Mx: textinput y = "60" Right = "60" Left = "90"/>
<Mx: Label x = "20" Y = "90" text = "Comments"/>
<Mx: textarea left = "90" Right = "60" Top = "90" bottom= "190"/>
<Mx: button label = "send" Right = "60" Bottom = "150"/>

</MX: Application>

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.