You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/11/07 06:59:52 UTC

svn commit: r331221 - /myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml

Author: grantsmith
Date: Sun Nov  6 21:59:40 2005
New Revision: 331221

URL: http://svn.apache.org/viewcvs?rev=331221&view=rev
Log:
Closes Myfaces-785

Modified:
    myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml?rev=331221&r1=331220&r2=331221&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/standard_select_one_radio_attributes.xml Sun Nov  6 21:59:40 2005
@@ -9,14 +9,14 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>see JSF Spec. 8.5.10</description>
+            <description>Orientation of the options list. Valid values are "pageDirection" for a vertical layout, or "lineDirection" for horizontal. The default value is "lineDirection". </description>
         </attribute>
         <attribute>
             <name>border</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>see JSF Spec. 8.5.10</description>
+            <description>Width in pixels of the border to be drawn around the table containing the options list.</description>
         </attribute>
         <attribute><name>enabledClass</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
          <attribute><name>disabledClass</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>