| DisplayTrigger |
An auto-completion display type which simply displays the trigger
string as the auto-completion suggestion.
|
| HTMLFragment |
An auto-completion display type which displays an HTML
fragment as the suggestion.
|
| JavaScriptCallbackDisplay |
An auto-completion display type which invokes a
JavaScript callback which is expected to return
HTML, which is then used as the display.
|
| JSONData |
An auto-completion display type which provides
JSON data which can be templated within the
auto-completion's javascript code as required.
|
| PlainText |
An auto-completion display type which provides
some plain text which will be displayed
as the auto-completion suggestion.
|