Hi, I am using custom decorators to add javascript capabilities to zend form elements (tooltip, calendar, calculating default value based on other element values).
These capabilities are additional - meaning that maybe more then one could be present on an element so I am looking for a way to add a decorator to an element in the config file without side effects - like clearing the existing decorators on it or having to set the decorator to all elements. I am struggling to find a solution for this and appreciate any help. Many thanks. SWK -- View this message in context: http://www.nabble.com/adding-a-decorator-to-a-single-element-in-config-of-zend-form-tp26046032p26046032.html Sent from the Zend Framework mailing list archive at Nabble.com.
