ReloadOnFieldChange implements OnFieldChangeInterface
Provides reload behavior in form view, in case a particular field has been changed.
Table of Contents
Interfaces
Properties
- $confirmation : bool
Methods
- __construct() : mixed
- __toString() : string
- Backward compatible fallback, returning deprecated JavaScript code for `onclick` element attrs.
- toArray() : array{name: string, data?: string}
- generateInlineJavaScript() : string
Properties
$confirmation
protected
bool
$confirmation
Methods
__construct()
public
__construct(bool $confirmation) : mixed
Parameters
- $confirmation : bool
__toString()
Backward compatible fallback, returning deprecated JavaScript code for `onclick` element attrs.
public
__toString() : string
Return values
stringtoArray()
public
toArray() : array{name: string, data?: string}
Return values
array{name: string, data?: string}generateInlineJavaScript()
protected
generateInlineJavaScript() : string