以下是ExtJS中提示的定义: Ext.window.MessageBox.prompt(title,msg,[fn],[scope],[multiline],[value])。
很明显,fn是一个功能。但我总是混淆将传递给fn的参数。我怎么能找到它?
答案 0 :(得分:1)
在文档中,向下滚动到fn参数:http://docs.sencha.com/ext-js/4-1/#!/api/Ext.window.MessageBox-method-show
Parameters
buttonId : String
The ID of the button pressed, one of:
ok
yes
no
cancel
text : String
Value of the input field if either prompt or multiline is true
opt : Object
The config object passed to show.