AJAX sample

Cocoon suggests
Content ViewSourceSitemap

This simple example illustrates the <fd:suggestion-list> feature, that allows to provide suggestions on the fly to the user.

Choose a file in Cocoon's samples. The suggestion-list is written in JavaScript (server side) and scans the samples directory with the input given.
To view suggestions, you can either start typing, hit the down arrow on your keyboard or click on the down arrow icon. To choose a suggestion, select it with the mouse, or use the up/down arrow and press space. Hitting escape hides the suggestion list.

Choose a person.
Initial value of the widget is 16, the widget must show "Bruno Dumon".

Back to Forms samples