trait HasOnChange (View source)

Properties

protected string|null $ref
protected string|null $onChange
protected string|null $onChangeAttribute

Methods

ref(string $ref)

The field to act on.

onChange(string $onChange)

Javascript to execute on change.

onChangeAttribute(string $onChangeAttribute)

Attribute to change.

Details

HasOnChange ref(string $ref)

The field to act on.

Parameters

string $ref

Return Value

HasOnChange

HasOnChange onChange(string $onChange)

Javascript to execute on change.

Parameters

string $onChange

Return Value

HasOnChange

HasOnChange onChangeAttribute(string $onChangeAttribute)

Attribute to change.

Parameters

string $onChangeAttribute

Return Value

HasOnChange