Author: bleathem
Date: 2011-11-07 14:45:44 -0500 (Mon, 07 Nov 2011)
New Revision: 22894
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
Log:
RFPL-1731: Replaced use of breakBefore with breakRowBefore
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-11-07
19:32:45 UTC (rev 22893)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-11-07
19:45:44 UTC (rev 22894)
@@ -343,7 +343,7 @@
<section id="sect-Component_Reference-richcolumn-Spanning_columns">
<title>Spanning columns</title>
<para>
- Columns can be merged by using the <varname>colspan</varname> attribute
to specify how many normal columns to span. The <varname>colspan</varname>
attribute is used in conjunction with the <varname>breakBefore</varname>
attribute on the next column to determine how the merged columns are laid out. <xref
linkend="exam-Component_Reference-richcolumn-Column_spanning_example" />.
+ Columns can be merged by using the <varname>colspan</varname> attribute
to specify how many normal columns to span. The <varname>colspan</varname>
attribute is used in conjunction with the <varname>breakRowBefore</varname>
attribute on the next column to determine how the merged columns are laid out. <xref
linkend="exam-Component_Reference-richcolumn-Column_spanning_example" />.
</para>
<example
id="exam-Component_Reference-richcolumn-Column_spanning_example">
<title>Column spanning example</title>
@@ -369,7 +369,7 @@
<section id="sect-Component_Reference-richcolumn-Spanning_rows">
<title>Spanning rows</title>
<para>
- Similarly, the <varname>rowspan</varname> attribute can be used to merge
and span rows. Again the <varname>breakBefore</varname> attribute needs to be
used on related <sgmltag><rich:column></sgmltag> components to
define the layout. <xref
linkend="exam-Component_Reference-richcolumn-Row_spanning_example" /> and the
resulting <xref
linkend="figu-Component_Reference-Complex_headers_using_column_groups-Complex_headers_using_column_groups"
/> show the first column of the table spanning three rows.
+ Similarly, the <varname>rowspan</varname> attribute can be used to merge
and span rows. Again the <varname>breakRowBefore</varname> attribute needs to
be used on related <sgmltag><rich:column></sgmltag> components
to define the layout. <xref
linkend="exam-Component_Reference-richcolumn-Row_spanning_example" /> and the
resulting <xref
linkend="figu-Component_Reference-Complex_headers_using_column_groups-Complex_headers_using_column_groups"
/> show the first column of the table spanning three rows.
</para>
<example
id="exam-Component_Reference-richcolumn-Row_spanning_example">
<title>Row spanning example</title>
@@ -430,7 +430,7 @@
<section
id="sect-Component_Reference-Tables_and_grids-richcolumnGroup">
<title><sgmltag><rich:columnGroup></sgmltag></title>
<para>
- The <sgmltag><rich:columnGroup></sgmltag> component combines
multiple columns in a single row to organize complex parts of a table. The resulting
effect is similar to using the <varname>breakBefore</varname> attribute of the
<sgmltag><rich:column></sgmltag> component, but is clearer and
easier to follow in the source code.
+ The <sgmltag><rich:columnGroup></sgmltag> component combines
multiple columns in a single row to organize complex parts of a table. The resulting
effect is similar to using the <varname>breakRowBefore</varname> attribute of
the <sgmltag><rich:column></sgmltag> component, but is clearer
and easier to follow in the source code.
</para>
<section
id="sect-Component_Reference-richcolumnGroup-Complex_headers">
<title>Complex headers</title>
@@ -516,7 +516,7 @@
<section
id="sect-Component_Reference-richcolumns-Customizing_the_view">
<title>Customizing the view</title>
<para>
- The output can be customized to display specific columns and rows. The
<varname>columns</varname> attribute specifies the number of columns. The
<varname>rowspan</varname> attribute specifies the number of rows to display;
if the attribute is set to <literal>0</literal>, all remaining rows in the
table are displayed. The <varname>begin</varname> and
<varname>end</varname> attributes are used to specify the first and last
zero-based iteration items to display in the table. Columns can be adjusted using the
<varname>colspan</varname>, <varname>rowspan</varname>, and
<varname>breakBefore</varname> attributes the same as with the
<sgmltag><rich:column></sgmltag> component.
+ The output can be customized to display specific columns and rows. The
<varname>columns</varname> attribute specifies the number of columns. The
<varname>rowspan</varname> attribute specifies the number of rows to display;
if the attribute is set to <literal>0</literal>, all remaining rows in the
table are displayed. The <varname>begin</varname> and
<varname>end</varname> attributes are used to specify the first and last
zero-based iteration items to display in the table. Columns can be adjusted using the
<varname>colspan</varname>, <varname>rowspan</varname>, and
<varname>breakRowBefore</varname> attributes the same as with the
<sgmltag><rich:column></sgmltag> component.
</para>
</section>
@@ -761,7 +761,7 @@
Due to the complex mark-up involved in the
<sgmltag><rich:extendedDataTable></sgmltag> component, it does
not support the use of the
<sgmltag><rich:collapsibleSubTable></sgmltag> component. The
<sgmltag><rich:collapsibleSubTable></sgmltag> component is only
available with the <sgmltag><rich:dataTable></sgmltag>
component.
</para>
<para>
- Similarly, complex row and column spanning using the
<varname>breakBefore</varname>, <varname>colSpan</varname>, and
<varname>rowSpan</varname> attributes is also not available with the
<sgmltag><rich:extendedDataTable></sgmltag> component.
+ Similarly, complex row and column spanning using the
<varname>breakRowBefore</varname>, <varname>colSpan</varname>, and
<varname>rowSpan</varname> attributes is also not available with the
<sgmltag><rich:extendedDataTable></sgmltag> component.
</para>
</note>
Show replies by date