PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
yajra
/
laravel-datatables-html
/
src
/
Html
/
Editor
/
Fields
<?php namespace Yajra\DataTables\Html\Editor\Fields; /** * @see https://editor.datatables.net/reference/field/upload * @see https://editor.datatables.net/examples/advanced/upload.html * @see https://editor.datatables.net/examples/advanced/upload-many.html */ class Image extends File { protected $type = 'upload'; /** * @param string $name * @param string $label * @return \Yajra\DataTables\Html\Editor\Fields\File */ public static function make($name, $label = '') { return parent::make($name, $label)->displayImage(); } }
[-] File.php
[edit]
[+]
..
[-] Date.php
[edit]
[-] BelongsTo.php
[edit]
[-] Boolean.php
[edit]
[-] ReadOnly.php
[edit]
[-] Image.php
[edit]
[-] TextArea.php
[edit]
[-] Radio.php
[edit]
[-] Text.php
[edit]
[-] Select.php
[edit]
[-] Number.php
[edit]
[-] DateTime.php
[edit]
[-] Hidden.php
[edit]
[-] Password.php
[edit]
[-] Time.php
[edit]
[-] Field.php
[edit]
[-] Options.php
[edit]
[-] Checkbox.php
[edit]
[-] Select2.php
[edit]