mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 19:20:29 +08:00
Updated comments for beforeFilter event
This commit is contained in:
committed by
Qiang Xue
parent
f95be734cf
commit
141e3d7039
@@ -38,8 +38,8 @@
|
|||||||
* - event: an Event object.
|
* - event: an Event object.
|
||||||
* - form: is the grid filter form that will be submitted
|
* - form: is the grid filter form that will be submitted
|
||||||
*
|
*
|
||||||
* If the handler returns a boolean false, it will stop further form validation after this event. And as
|
* If the handler returns a boolean false, it will stop filter form submission after this event. And as
|
||||||
* a result, beforeFilter event will not be triggered.
|
* a result, afterFilter event will not be triggered.
|
||||||
*/
|
*/
|
||||||
beforeFilter: 'beforeFilter.yiiGridView',
|
beforeFilter: 'beforeFilter.yiiGridView',
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user