EXTJS信息提示框的注意事项

1.申明html:弹出框不完整

 

申明xhtml

 

2.当非必须参数不需要设定,而后续需要设置参数时,可设置为null。

Ext.onReady(){

  function(){

    Ext.Message.prompt("学习",“加油”,null,null,true)

  }

}

 

3.MessangeBox.show()

可实现:alert,confirm,promt方法

 

posted @ 2016-10-23 20:55  小僵尸  阅读(128)  评论(0编辑  收藏  举报