Built-in Suggestbox plugins
| Name | Plugin name | Description |
|---|---|---|
|
SuggestBoxRoleList |
Role list suggest box |
Suggests application roles whose name contains the text typed so far (case-insensitive); both key and value are the role name. |
|
SuggestBoxUserList |
User list suggest box |
Suggests application users whose name contains the text typed so far (case-insensitive); key is the user id, value is the user's name. |
Not wired to a metadata field automatically - it is referenced by canonical class name in the className attribute of a suggestbox element in the metadata XML definition. See Creating your own Suggestbox plugin for the interface and a full example, and Metadata Suggestbox field for the form element itself.