You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/10/05 19:54:58 UTC

svn commit: r582365 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java

Author: weber
Date: Fri Oct  5 10:54:57 2007
New Revision: 582365

URL: http://svn.apache.org/viewvc?rev=582365&view=rev
Log:
<tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
<http://issues.apache.org/jira/browse/TOBAGO-505>

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java?rev=582365&r1=582364&r2=582365&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/HasLabelWidth.java Fri Oct  5 10:54:57 2007
@@ -28,7 +28,9 @@
  */
 public interface HasLabelWidth {
  /**
-  *  The width for the label component.
+  *  The width for the label component. Default: 'fixed'.
+  *  This value is used in the gridLayouts columns attribute.
+  *  See gridLayout tag for valid values.
   */
   @TagAttribute
   @UIComponentTagAttribute()