Finder

Finder

Finder - tokenized search

Methods

Inherited from MultipleOptionsTrait
Inherited from TextField
Inherited from Element
Inherited from Input
Inherited from InputAttributesTrait
Inherited from Element
Inherited from BasicAttributesTrait

__construct

Create a finder with default params.

Finder::__construct( string $name )

fromAjax

Load tokens from an AJAX url

Finder::fromAjax( string $url ): self

Returns Self: This method can be chained.


selected

Sets the selected element(s) of the token list.

Finder::selected( mixed $values ): self

Returns Self: This method can be chained.


setParameter

Sets a javascript parameter for the tokenInput UI.

Finder::setParameter( string $key, string $value )