Index: documentation/manual/en/module_specs/Zend_Form-Elements.xml =================================================================== --- documentation/manual/en/module_specs/Zend_Form-Elements.xml (revision 16086) +++ documentation/manual/en/module_specs/Zend_Form-Elements.xml (working copy) @@ -1348,6 +1348,9 @@ ignore = false attribs.id = "foo" attribs.class = "element" +; For radio button elements +escape = true +listsep = "
\n" ; sets 'onclick' attribute onclick = "autoComplete(this, '/form/autocomplete/element')" prefixPaths.decorator.prefix = "My_Decorator"