Author: cluts
Date: 2009-03-25 12:26:45 -0400 (Wed, 25 Mar 2009)
New Revision: 13184
Modified:
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/included/page.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
Log:
RF-4502 - updated tables with facets for datascroller and checked code example. Added
tables of the facets for page (checked code example) and for status (also the code example
has been checked).
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2009-03-25 16:13:18
UTC (rev 13183)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2009-03-25 16:26:45
UTC (rev 13184)
@@ -372,6 +372,14 @@
<entry>fastrewind_disabled</entry>
<entry>Redefines the
disabled "fastrewind" button with the content set</entry>
</row>
+ <row>
+
<entry>fastforward</entry>
+ <entry>Redefines the
"fastforward" button with the content set</entry>
+ </row>
+ <row>
+
<entry>fastforward_disabled</entry>
+ <entry>Redefines the
disabled "fastforward" button with the content set</entry>
+ </row>
<row>
<entry>previous</entry>
<entry>Redefines the
"previous" button with the content set</entry>
Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml 2009-03-25 16:13:18 UTC
(rev 13183)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml 2009-03-25 16:26:45 UTC
(rev 13184)
@@ -63,6 +63,26 @@
]]></programlisting>
</section>
<section>
+ <title>Facets</title>
+ <table>
+ <title>Facets</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Facet name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>head</entry>
+ <entry>Defines a head content</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+ <section>
<title>Key attributes and ways of usage</title>
<para>The component is mostly used to solve the following problem with MyFaces
for erlier Ajax4jsf versions: in MyFaces <emphasis role="bold">
<property><f:view></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2009-03-25 16:13:18 UTC
(rev 13183)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2009-03-25 16:26:45 UTC
(rev 13184)
@@ -72,7 +72,32 @@
...
HtmlAjaxStatus myStatus = new HtmlAjaxStatus();
...]]></programlisting>
- </section>
+ </section>
+ <section>
+ <title>Facets</title>
+ <table>
+ <title>Facets</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Facet name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>start</entry>
+ <entry>Redefines the content for display on starting
request</entry>
+ </row>
+ <row>
+ <entry>stop</entry>
+ <entry>Redefines the content for display on request
complete</entry>
+ </row>
+ </tbody>
+ </tgroup>
+
+ </table>
+ </section>
<section>
<title>Key attributes and ways of usage</title>
<para>There are two ways for the components or containers definition, which
Ajax requests status is tracked by a component.<itemizedlist>
Show replies by date