/home/techb158/immovalet.com/vendor/yajra/laravel-datatables-html/src/Html/Editor
NameSizeModeActions
Fields/-0755rm
Editor.php69990644editdlrm
FormOptions.php27150644editdlrm
HasEvents.php23130644editdlrm
Edit: /home/techb158/immovalet.com/vendor/yajra/laravel-datatables-html/src/Html/Editor/HasEvents.php (2313B)
on($event, $arguments[0]); } return parent::__call($name, $arguments); } /** * Add Editor event listener scripts. * * @param string $event * @param string $script * @return $this * @see https://editor.datatables.net/reference/event */ public function on($event, $script) { $this->attributes['events'][] = [ 'event' => $event, 'script' => value($script), ]; return $this; } }