ExtJs -- 02 -- MessageBox related pop-up window alert, prompt, confirm use, extjsconfirm

Source: Internet
Author: User

ExtJs -- 02 -- MessageBox related pop-up window alert, prompt, confirm use, extjsconfirm

/* Ext. onReady (function () {Ext. messageBox. alert ("jack", "tom"); Ext. messageBox. alert ("title", "prompt message", function (btn) {Ext. messageBox. alert ("subtitle", "you clicked" + btn) ;}, this) ;}); * // * Ext. onReady (function () {Ext. messageBox. prompt ("title information", "Information prompted to the user", function (btn, txt) {Ext. messageBox. alert ("Subtitle information", "you clicked:" + btn + ", the content you entered is:" + txt, function (btn) {Ext. messageBox. alert ("minimum title information", "the last one you clicked is:" + btn + "button") ;}, this) ;}, this, 300 );}); * // * Ext. onReady (function () {Ext. messageBox. confirm ("title information 1", "user prompt information", function (btn) {Ext. messageBox. alert ("title information 2", "Dear user, click" + btn) ;}, this );});*/

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.