Explorar el Código

merge r25114 to release-1.12

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25115 44c647ce-9c0f-0410-b52a-842ac1e357ba
rob hace 13 años
padre
commit
0794963a13
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      documentation/manual/en/module_specs/Zend_Form-Elements.xml

+ 3 - 0
documentation/manual/en/module_specs/Zend_Form-Elements.xml

@@ -1592,6 +1592,9 @@ description = "Foo elements are for examples"
 ignore = false
 ignore = false
 attribs.id = "foo"
 attribs.id = "foo"
 attribs.class = "element"
 attribs.class = "element"
+; For radio button elements
+escape = true
+listsep = "<br />\n"
 ; sets 'onclick' attribute
 ; sets 'onclick' attribute
 onclick = "autoComplete(this, '/form/autocomplete/element')"
 onclick = "autoComplete(this, '/form/autocomplete/element')"
 prefixPaths.decorator.prefix = "My_Decorator"
 prefixPaths.decorator.prefix = "My_Decorator"