aSecondWill wrote:
> 
> Ill try and find a different way to wrap it with a div.  
> 

OK, seem to be a bit cleverer this morning. 

informed by mats post :
http://www.nabble.com/addDecorator-and-dijit-element-td19860515.html  mats
post  i did this:

 $dateEventEnd->addDecorator(array('analias'=>'HtmlTag'),
array('tag'=>'div','id'=>'date_event_end_div'));         

previously i was trying to do this sort of thing:

$dateEventEnd->setDecorators($inputDecorators);   

but that removes the datepicker decorators, and i wasn't quite sure how to
add them back in manually.

We have a few teams working on the same site here, and would like to  find a
way to keep markup of forms in the control of the design / front end team
rather than having the backed team programing them, whilst still using the
good bits of zend_form.  
-- 
View this message in context: 
http://www.nabble.com/Zendx-Jquery-Datepicker--custom-viewscript-tp20713703p20727069.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to