jQuery Autocomplete View Helper
Located in /JQuery/View/Helper/AutoComplete.php (line 37)
Zend_View_Helper_HtmlElement | --ZendX_JQuery_View_Helper_UiWidget | --ZendX_JQuery_View_Helper_AutoComplete
Inherited from ZendX_JQuery_View_Helper_UiWidget
ZendX_JQuery_View_Helper_UiWidget::$jquery
Builds an AutoComplete ready input field.
This view helper builds an input field with the Zend_View_Helper_FormText FormText Helper and adds additional javascript to the jQuery stack to initialize an AutoComplete field. Make sure you have set one out of the two following options: $params['data'] or $params['url']. The first one accepts an array as data input to the autoComplete, the second accepts an url, where the autoComplete content is returned from. For the format see jQuery documentation.
Inherited From ZendX_JQuery_View_Helper_UiWidget
ZendX_JQuery_View_Helper_UiWidget::setView()
ZendX_JQuery_View_Helper_UiWidget::_prepareAttributes()
Documentation generated on Mon, 25 May 2009 17:37:23 -0700 by phpDocumentor 1.4.2