Package

ViewHelpers

ViewHelper Documentation

widget.autocomplete

Simple paginate widget Note: Make sure to include jQuery and jQuery UI in the HTML, like that: You can include the provided TS template that includes the above snippet to the pages headerData.

= Examples =

<f:widget.autocomplete for="name" objects="{posts}" searchProperty="author"> the input field and the required JavaScript for the Ajax communication (see Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html

Arguments

customWidgetId string

extend the widget identifier with a custom widget id

objects anySimpleType

Objects to auto-complete

for string

Property to fill

searchProperty string

Property to search within when filtering list

ViewHelper Resources

Schema Resources