Author: smukhina
Date: 2009-08-07 08:40:17 -0400 (Fri, 07 Aug 2009)
New Revision: 15129
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-7662 scrollableDataTable: JS API collapse(columnId)
removed from docs
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2009-08-07
12:04:00 UTC (rev 15128)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2009-08-07
12:40:17 UTC (rev 15129)
@@ -77,8 +77,8 @@
</emphasis> also has optional footer and header that
could be
implemented using the corresponding facets. Columns of the
table are
optionally resizable. Resizing is available using
"drag and drop" of
- the column vertical borders. There is possibility to expand
or
- collapse the columns through JS API on the client side. You
can define
+ the column vertical borders. <!--There is possibility to
expand or
+ collapse the columns through JS API on the client side.
-->You can define
the number of the fixed columns from the left side using
attribute <emphasis>
<property>"frozenColCount"</property>
</emphasis> that is not scrolled via horizontal
scroll. </para>
@@ -103,14 +103,14 @@
</itemizedlist>
- <para> The columns provides the possibility of
expanding/collapsing on the
+ <!--para> The columns provides the possibility of
expanding/collapsing on the
client side through the next JS API:</para>
<itemizedlist>
<listitem>
<para><code>collapse(columnId)</code> - Performs
the collapse action for the column
with
the corresponding id</para>
</listitem>
- </itemizedlist>
+ </itemizedlist-->
<para> It's possible to sort the table
content after
clicks on the header. The feature is optional (to
disable it, use attribute sortable on rich:column ). Every column should be
pointed to the comparator method that is used for sorting
the table.
@@ -296,7 +296,7 @@
</section>
- <section>
+ <!--section>
<title>JavaScript API</title>
<table>
<title>JavaScript API</title>
@@ -324,7 +324,7 @@
</tgroup>
</table>
- </section>
+ </section-->
<section>
<title>Facets</title>