Yahoo! UI Library

autocomplete  3.3.0

Yahoo! UI Library > autocomplete > Plugin.AutoComplete
Search:
 
Filters

Class Plugin.AutoComplete - extends AutoCompleteList

Binds an AutoCompleteList instance to a Node instance.

Example:

Y.one('#my-input').plug(Y.Plugin.AutoComplete, {
  source: 'select * from search.suggest where query="{query}"'
});
 
// You can now access the AutoCompleteList instance at Y.one('#my-input').ac

Properties inherited from Plugin.Host:

Properties inherited from AutoCompleteBase:

Properties inherited from WidgetStack:

Properties inherited from Attribute:

Properties inherited from WidgetPositionAlign:

Properties inherited from Base:

Properties inherited from WidgetPosition:

Events inherited from WidgetStack:

Events inherited from Base:

Events inherited from WidgetPosition:

Configuration attributes inherited from WidgetStack:

Configuration attributes inherited from WidgetPositionAlign:

Configuration attributes inherited from Base:

Configuration attributes inherited from WidgetPosition:

x, xy y

Copyright © 2011 Yahoo! Inc. All rights reserved.