PHP Class Neos\FluidAdaptor\ViewHelpers\Widget\AutocompleteViewHelper

.. /> Make sure to include jQuery and jQuery UI in the HTML, like that:
Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$ajaxWidget boolean
$controller Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController

Méthodes publiques

Méthode Description
render ( Neos\Flow\Persistence\QueryResultInterface $objects, string $for, string $searchProperty, array $configuration = ['limit' => 10] ) : string

Method Details

render() public méthode

public render ( Neos\Flow\Persistence\QueryResultInterface $objects, string $for, string $searchProperty, array $configuration = ['limit' => 10] ) : string
$objects Neos\Flow\Persistence\QueryResultInterface
$for string
$searchProperty string
$configuration array
Résultat string

Property Details

$ajaxWidget protected_oe property

protected bool $ajaxWidget
Résultat boolean

$controller protected_oe property

protected AutocompleteController,Neos\FluidAdaptor\ViewHelpers\Widget\Controller $controller
Résultat Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController