Hi All,
I'm found interested autocomplete(based jQuery) like this :
===========================================
<form>
    <div><input type="text" ......></div>
    <div class="class1" id="id1">
      <img src="...">   
      <div class="class2" id="id2">
         &nbsp;
      </div>
  </div>
</form>
===========================================
Is possible convert this code into Zend_Form? 
I'm still trying to understand how decorators work, Matthew article very 
helpfull but I have no idea how can build "multi-divs" within Zend_Form as the 
code above.
 
 
Thanks in advance, again
bn
 

 

Reply via email to