Extjs Button控件的handler配置项和click事件

查看API:

click(  this, e, eOpts )

Fires when this button is clicked, before the configured handler is invoked. Execution of the handler may be vetoed by returning false to this event.

单击按钮的时候触发的事件,在  handler 配置被调用前触发,而 handler 配置将返回一个 false代码不执行。


handler :  Function

A function called when the button is clicked (can be used instead of click event).

当点击按钮是触发的函数(可以用于代替click事件).


相关文章:

http://nneverwei.iteye.com/blog/854396

你可能感兴趣的:(Extjs Button控件的handler配置项和click事件)