PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Widget\AutocompleteViewHelper

.. /> Make sure to include jQuery and jQuery UI in the HTML, like that:
상속: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$ajaxWidget boolean
$controller Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController

공개 메소드들

메소드 설명
render ( Neos\Flow\Persistence\QueryResultInterface $objects, string $for, string $searchProperty, array $configuration = ['limit' => 10] ) : string

메소드 상세

render() 공개 메소드

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
리턴 string

프로퍼티 상세

$ajaxWidget 보호되어 있는 프로퍼티

protected bool $ajaxWidget
리턴 boolean

$controller 보호되어 있는 프로퍼티

protected AutocompleteController,Neos\FluidAdaptor\ViewHelpers\Widget\Controller $controller
리턴 Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController