-- Vincent <[EMAIL PROTECTED]> wrote (on Monday, 09 June 2008, 04:10 PM +0200): > I want to hide a form element using inline CSS. Now, I can add a style > attribute to the input element, but is it also possible to manipulate > attributes in the Label decorator? (Either in the label or the surrounding dt)
You can provide attributes to the Label decorator via the options you pass to it on creation (or by calling setOption() on the object instance). However, it is not possible at this time to set attributes on the tag surrounding it. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
