Note that you may have to set "compatibility" mode on!
What is the autocomplete parameter in the form element?
A: setAutocomplete($flag): indicate whether or not the selected item will be used when the user leaves the element.
REF: http://framework.zend.com/manual/en/zend.dojo.form.html
BACK