zend framework - zendX Jquery - Plugin by name was not found in the registry -
i've followed tutorial on zendcast creating autocomplete ajax:
http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/
i "plugin name 'autocompleteelement' not found in registry"
which must code have in indexaction
`
$this->view->autocompleteelement = new zendx_jquery_form_element_autocomplete('ac');
$this->view->autocompleteelement->setlabel('autocomplete');
$this->view->autocompleteelement->setjqueryparam('source','index/results');
`
does know should looking resolve this?
solved it, wasn't calling correctly in index.phtml :/
Comments
Post a Comment