Author: awiner
Date: Mon Feb 19 15:38:25 2007
New Revision: 509382

URL: http://svn.apache.org/viewvc?view=rev&rev=509382
Log:
Fix some obsolete formatting doc on column

Modified:
    
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml

Modified: 
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml?view=diff&rev=509382&r1=509381&r2=509382
==============================================================================
--- 
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml
 (original)
+++ 
incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml
 Mon Feb 19 15:38:25 2007
@@ -176,25 +176,17 @@
               The Column component supports the following attributes related to
               formatting:
               <dl>
-                <dt>formatType</dt>
+                <dt>align</dt>
     
-                <dd>The type of formatting to use for this column. This
-                atribute controls left, right or center justification of the
+                <dd>The type of alignment to use for this column. This
+                atribute controls left/start, right/end, or center 
justification of the
                 column data.
                 </dd>
-    
-                <dt>gridVisible</dt>
-                <dd>Controls the display of a grid line on the left of the 
column.
-                </dd>
-    
+        
                 <dt>width</dt>
                 <dd>The width of this column.
                 </dd>
-    
-                <dt>bandingShade</dt>
-                <dd>Determines what background color to use for this column.
-                </dd>
-    
+        
                 <dt>noWrap</dt>
                 <dd>Controls whether long lines of text in the column data 
should
                 be wrapped.</dd>


Reply via email to