1.申明html:弹出框不完整
申明xhtml
2.当非必须参数不需要设定,而后续需要设置参数时,可设置为null。
Ext.onReady(){
function(){
Ext.Message.prompt("学习",“加油”,null,null,true)
}
}
3.MessangeBox.show()
可实现:alert,confirm,promt方法
本文共 249 字,大约阅读时间需要 1 分钟。
1.申明html:弹出框不完整
申明xhtml
2.当非必须参数不需要设定,而后续需要设置参数时,可设置为null。
Ext.onReady(){
function(){
Ext.Message.prompt("学习",“加油”,null,null,true)
}
}
3.MessangeBox.show()
可实现:alert,confirm,promt方法
转载于:https://www.cnblogs.com/yigexiaojiangshi/p/5990969.html