1

下面是 ExtJS 中提示的定义:Ext.window.MessageBox.prompt(title, msg, [fn], [scope], [multiline], [value] )。

很明显 fn 是一个函数。但我总是很困惑哪些参数将传递给 fn。我怎样才能找到它?

4

1 回答 1

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.
于 2012-11-01T00:42:27.040 回答