ExtJs--02--MessageBox相关弹出窗口alert,prompt,confirm采用
阅读原文时间:2024年10月18日阅读:1

/* Ext.onReady(function(){
Ext.MessageBox.alert("jack","tom");

    Ext.MessageBox.alert("标题","提示信息",function(btn){  
        Ext.MessageBox.alert("小标题","您点击的是 " + btn );  
    },this);

});\*/

/* Ext.onReady(function(){
Ext.MessageBox.prompt("标题信息","给用户提示的信息",function(btn,txt){
Ext.MessageBox.alert("小标题信息","你点击的是:"+btn+" ,您输入的内容是:"+ txt,
function(btn){
Ext.MessageBox.alert("最小的标题信息","您最后点击的是:"+btn +"button");
},this);
},this,300);
});*/

/* Ext.onReady(function(){
Ext.MessageBox.confirm("标题信息1","用户提示信息",function(btn){
Ext.MessageBox.alert("标题信息2","亲爱的用户,您点击点button它是:"+btn);
},this);
});*/

版权声明:本文博主原创文章,博客,未经同意不得转载。

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章