Mgallegos\LaravelJqgrid\Renders\RenderInterface::setNavigatorEvent PHP Method

setNavigatorEvent() public method

Set an event in the navigator or in the diffrent modules add,edit,del,view, search. Online documentation available at http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator
public setNavigatorEvent ( string $module, string $event, string $code )
$module string Can be navigator, add, edit, del, view, search.
$event string Valid event for the particular module
$code string Javascript code which will be executed when the event raises
    public function setNavigatorEvent($module, $event, $code);