CustomRenderer for AutoComplete using google closure library
- by Paul
I'm looking to use one of the AutoComplete
subclasses(Rich,Remote,RichRemote) and I'd like to use a
CustomRenderer, however I don't see instructions for this and reading
the documentation/source it appears that the Remote subclass is
instantiated with a renderer of "var renderer = new
goog.ui.AutoComplete.Renderer();" leaving me no option to change it
while instantiating. Is there a setRenderer method on the AutoComplete
base class similar to that on the goog.ui.Controls classes?
Thanks,
Paul