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]