Commit 141e3d70 by Kartik Visweswaran Committed by Qiang Xue

Updated comments for beforeFilter event

parent f95be734
...@@ -38,8 +38,8 @@ ...@@ -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',
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment