Documentation

FilePond extends Component
in package

Table of Contents

$id  : string
$label  : mixed
$name  : string
$options  : array<string|int, mixed>
__construct()  : mixed
Constructor for the component.
render()  : View|string
Get the view / contents that represent the component.

Properties

$options

public array<string|int, mixed> $options = []

Methods

__construct()

Constructor for the component.

public __construct(string $name[, mixed $label = null ], mixed $id[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$name : string

The name of the file field. It should match the name of the file field in the form.

$label : mixed = null
$id : mixed

The unique id of the file field.

$options : array<string|int, mixed> = []

The options for the file field.

Tags
listens

ResetFile:id

dispatches

CancelFile:id

Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|string
Return values
View|string

Search results