/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/FormOptions.php (2715B)
attributes['focus'] = $value; return $this; } /** * @param bool $value * @return $this */ public function message($value = false) { $this->attributes['message'] = $value; return $this; } /** * @param string $value * @return $this */ public function onBackground($value = 'blur') { $this->attributes['onBackground'] = $value; return $this; } /** * @param string $value * @return $this */ public function onBlur($value = 'close') { $this->attributes['onBlur'] = $value; return $this; } /** * @param string $value * @return $this */ public function onComplete($value = 'close') { $this->attributes['onComplete'] = $value; return $this; } /** * @param string $value * @return $this */ public function onEsc($value = 'close') { $this->attributes['onEsc'] = $value; return $this; } /** * @param string $value * @return $this */ public function onFieldError($value = 'focus') { $this->attributes['onFieldError'] = $value; return $this; } /** * @param string $value * @return $this */ public function onReturn($value = 'submit') { $this->attributes['onReturn'] = $value; return $this; } /** * @param string $value * @return $this */ public function submit($value = 'changed') { $this->attributes['submit'] = $value; return $this; } /** * @param bool $value * @return $this */ public function title($value = false) { $this->attributes['title'] = $value; return $this; } /** * @param bool $value * @return $this */ public function drawType($value = false) { $this->attributes['drawType'] = $value; return $this; } /** * @param string $value * @return $this */ public function scope($value = 'row') { $this->attributes['scope'] = $value; return $this; } }