goog.ui.ac.Renderer.CustomRenderer |
![]()
Renders the autocomplete box. May be set to null.
Because of the type, this function cannot be documented with param JSDoc.
The function expects the following parameters:
renderer, goog.ui.ac.Renderer: The autocomplete renderer.
element, Element: The main element that controls the rendered autocomplete.
rows, Array: The current set of rows being displayed.
token, string: The current token that has been entered. *
|
code » | |
![]()
Generic function that takes a row and renders a DOM structure for that row.
|
code » |