Author: cluts
Date: 2008-12-07 19:33:55 -0500 (Sun, 07 Dec 2008)
New Revision: 11624
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
trunk/docs/userguide/en/src/main/docbook/included/panel.xml
trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
RF-4502 - tables and new information have been added for fileupload, inplaceinput,
inplaceselect, listshuttle, panel, panelbaritem, progressbar, simpletogglepanel,
suggestionbox, tab, toolbar, tooltip, tree, treenode
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-12-07 16:50:24
UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-12-08 00:33:55
UTC (rev 11624)
@@ -842,6 +842,33 @@
</section>
<!-- End of JavaScript API-->
+
+ <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>label</entry>
+ <entry>Defines the information regarding the ongoing process</entry>
+ </row>
+ <row>
+ <entry>progress</entry>
+ <entry>Defines the information regarding the uploading
process</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a
<emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-12-07 16:50:24
UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-12-08 00:33:55
UTC (rev 11624)
@@ -450,6 +450,27 @@
</section>
<!-- End of JavaScript API-->
+ <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>controls</entry>
+ <entry>Defines the contols contents. Related attributes are
"saveControlIcon" and
"cancelControlIcon"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<!-- Look-and-Feel Customization-->
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-12-07
16:50:24 UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-12-08
00:33:55 UTC (rev 11624)
@@ -472,6 +472,27 @@
</section>
<!-- End of JavaScript API-->
+ <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>controls</entry>
+ <entry>Defines the contols contents. Related attributes are
"saveControlIcon" and
"cancelControlIcon"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<!-- Look-and-Feel Customization-->
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-12-07 16:50:24
UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-12-08 00:33:55
UTC (rev 11624)
@@ -513,8 +513,16 @@
</row>
<row>
<entry>caption</entry>
- <entry>Redefines the caption control. Related attribute is
"targetCaptionLabel"</entry>
+ <entry>Redefines the caption control</entry>
</row>
+ <row>
+ <entry>sourceCaption</entry>
+ <entry>Defines source list caption representation text. Related attribute is
"sourceCaptionLabel"</entry>
+ </row>
+ <row>
+ <entry>targetCaption</entry>
+ <entry>Defines source list target representation text. Related attribute is
"targetCaptionLabel"</entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2008-12-07 16:50:24 UTC
(rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2008-12-08 00:33:55 UTC
(rev 11624)
@@ -158,7 +158,29 @@
</itemizedlist>
</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>header</entry>
+ <entry>Defines the header content</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2008-12-07 16:50:24
UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2008-12-08 00:33:55
UTC (rev 11624)
@@ -104,6 +104,27 @@
</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>label</entry>
+ <entry>defines the label text on the panel item header</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-12-07 16:50:24
UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-12-08 00:33:55
UTC (rev 11624)
@@ -429,6 +429,31 @@
</section>
<!-- End of JavaScript API-->
+ <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>initial</entry>
+ <entry>Defines the information content about the state of the process if the
progress value is less or equal to "minValue"</entry>
+ </row>
+ <row>
+ <entry>complete</entry>
+ <entry>Defines the information content about the state of the process if the
value is greater or equal to "maxValue"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<!-- Look-and-Feel Customization-->
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-12-07
16:50:24 UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-12-08
00:33:55 UTC (rev 11624)
@@ -139,7 +139,34 @@
</para>
</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>openMarker</entry>
+ <entry>Redefines the icon for expanding the panel</entry>
+ </row>
+ <row>
+ <entry>closeMarker</entry>
+ <entry>Redefines the icon for collapsing the panel</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>
<property>style class redefinition method.</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-12-07
16:50:24 UTC (rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-12-08
00:33:55 UTC (rev 11624)
@@ -311,7 +311,40 @@
</tgroup>
</table>
</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>nothingLabel</entry>
+ <entry>Redefines the content item if the autocomplete returns empty list.
Related attribute is "nothingLabel"</entry>
+ </row>
+ <row>
+ <entry>popup</entry>
+ <entry>Redefines the content for the popup list of the
suggestion</entry>
+ </row>
+ <row>
+ <entry>header</entry>
+ <entry>Defines the header content</entry>
+ </row>
+ <row>
+ <entry>footer</entry>
+ <entry>Defines the footer content</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-12-07 16:50:24 UTC (rev
11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-12-08 00:33:55 UTC (rev
11624)
@@ -203,6 +203,28 @@
</emphasis> attribute usage you can find <link
linkend="process"
here</link>. </para>
</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>label</entry>
+ <entry>Defines the text for the actual "tab" in a tab
section</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2008-12-07 16:50:24 UTC
(rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2008-12-08 00:33:55 UTC
(rev 11624)
@@ -136,7 +136,29 @@
</figure>
</section>
<para>As it could be seen in the picture above, the image for itemSeparator was
changed.</para>
+
<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>itemSeparator</entry>
+ <entry>Defines the custom separator. Related attribute is
"itemSeparator"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-12-07 16:50:24 UTC
(rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-12-08 00:33:55 UTC
(rev 11624)
@@ -279,6 +279,27 @@
</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>defaultContent</entry>
+ <entry>Defines the default content for toolTip. It is used only if mode =
"ajax"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-12-07 16:50:24 UTC
(rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-12-08 00:33:55 UTC
(rev 11624)
@@ -898,7 +898,40 @@
<property>treeNode</property> only,
except for children
events. </para>
</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>icon</entry>
+ <entry>Redefines the icon for node. Related attribute is
"icon"</entry>
+ </row>
+ <row>
+ <entry>iconCollapsed</entry>
+ <entry>Redefines the icon for collapsed node. Related attribute is
"iconCollapsed"</entry>
+ </row>
+ <row>
+ <entry>iconExpanded</entry>
+ <entry>Redefines the icon for expanded node. Related attribute is
"iconExpanded"</entry>
+ </row>
+ <row>
+ <entry>iconLeaf</entry>
+ <entry>Redefines the icon for component leaves. Related attribute is
"iconLeaf"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-12-07 16:50:24 UTC
(rev 11623)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-12-08 00:33:55 UTC
(rev 11624)
@@ -163,7 +163,41 @@
<para>Just as Drag and Drop operations it corresponds to the one described on
<link
linkend="tree">the tree component level</link> for a default
Node.</para>
</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>icon</entry>
+ <entry>Redefines the icon for node. Related attribute is
"icon"</entry>
+ </row>
+ <row>
+ <entry>iconCollapsed</entry>
+ <entry>Redefines the icon for collapsed node. Related attribute is
"iconCollapsed"</entry>
+ </row>
+ <row>
+ <entry>iconExpanded</entry>
+ <entry>Redefines the icon for expanded node. Related attribute is
"iconExpanded"</entry>
+ </row>
+ <row>
+ <entry>iconLeaf</entry>
+ <entry>Redefines the icon for component leaves. Related attribute is
"iconLeaf"</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>