Преглед на файлове

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 преди 13 години
родител
ревизия
d7f7af76ad
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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
 attribs.id = "foo"
 attribs.class = "element"
+; For radio button elements
+escape = true
+listsep = "<br />\n"
 ; sets 'onclick' attribute
 onclick = "autoComplete(this, '/form/autocomplete/element')"
 prefixPaths.decorator.prefix = "My_Decorator"