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
显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$ajaxWidget boolean
$controller Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController

Public Methods

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

Method Details

render() public method

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
return string

Property Details

$ajaxWidget protected_oe property

protected bool $ajaxWidget
return boolean

$controller protected_oe property

protected AutocompleteController,Neos\FluidAdaptor\ViewHelpers\Widget\Controller $controller
return Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController