瀏覽代碼

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"