1.申明html:弹出框不完整
申明xhtml
2.当非必须参数不需要设定,而后续需要设置参数时,可设置为null。
Ext.onReady(){
function(){
Ext.Message.prompt("学习",“加油”,null,null,true)
}
}
3.MessangeBox.show()
可实现:alert,confirm,promt方法
1.申明html:弹出框不完整
申明xhtml
2.当非必须参数不需要设定,而后续需要设置参数时,可设置为null。
Ext.onReady(){
function(){
Ext.Message.prompt("学习",“加油”,null,null,true)
}
}
3.MessangeBox.show()
可实现:alert,confirm,promt方法