First understanding of extjs MessageBox

Source: Internet
Author: User

1. Ext. MessageBox
Ext. MessageBox provides common prompt box functions. Ext. MSG is an object exactly the same as it, but its name is different. Ext. MSG has common alert, confirm, promt, show and other methods, which are very simple.

The following is an example. Function parameters of extjs can be separated by a comma or an object with the parameter name: parameter value. The example below will also be shown.

<% @ Page Language = "C #" autoeventwireup = "true" codefile = "jshelloworld. aspx. cs" inherits = "pagetestjs_jshelloworld" %> <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns = "http://www.w3.org/1999/xhtml"> 

The parameters of each MSG method are similar, mainly including setting the title and prompt, and setting the button. Note that the message box of MSG is different from the default prompt box of JavaScript, and its pop-up does not block otherCode. To execute some code after the pop-up box is closed, you must input a function FN to it. The last example clearly shows this. After a prompt box is displayed, the following code is still executed. When the pop-up box is closed, the showoutput function is executed. The effect is as follows:

 

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.