No crap ExtJS Getting Started tutorial three [form: Window component]

Source: Internet
Author: User

No crap ExtJS Getting Started tutorial three [form: Window Component]extjs Technical Exchange, welcome Dabigatran (201926085)

1. The code is as follows:

 1 <! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> 2 

2. The effect is as follows:

3.window components commonly used: properties, methods, and events

First, the attribute
Plain: Boolean type, True indicates that the force is reconciled with the background color, and the default value is False.
Resizable: Boolean type, whether the user can resize the form, and the default value of TRUE indicates that the size can be resized.
Maxinizable: Boolean type, True indicates that the Maximize button is displayed, and the default value is False.
Maximized: Boolean type, True indicates that the form is maximized when the form is displayed, and the default value is False.
Closable: Boolean type, True indicates that the Close button is displayed, and the default value is true.
Bodystyle: Spacing to the border, such as: bodystyle: "padding:3px".
Buttonalign: The alignment of the button in the form (left, center, right), and the default value is yes.
Closeaction: "Close" frees the form to occupy the memory, "hide" hides the form and suggests "hide".

second, the method
Show: Open the form.
Hide: Hides the form.
Close: Closes the form.

Iii. Events
Show: Touch when the form is opened.
Hide: Hides the form when it touches the method.
Close: Touch method when closing the form.

No crap ExtJS Getting Started tutorial three [form: Window component]

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.