JBoss Rich Faces SVN: r22904 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 17:30:26 -0500 (Mon, 07 Nov 2011)
New Revision: 22904
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample
Log:
RFPL-1495: removed the form element from another popup example
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample 2011-11-07 22:22:57 UTC (rev 22903)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample 2011-11-07 22:30:26 UTC (rev 22904)
@@ -2,8 +2,6 @@
<rich:componentControl target="popup" operation="show" />
</h:commandButton>
...
-<a4j:form>
- <rich:popupPanel id="popup">
- <p><a href="#" onclick="#{rich:component('popup')}.hide()">Hide the panel</a></p>
- </rich:popupPanel>
-</a4j:form>
+<rich:popupPanel id="popup">
+ <p><a href="#" onclick="#{rich:component('popup')}.hide()">Hide the panel</a></p>
+</rich:popupPanel>
\ No newline at end of file
13 years, 4 months
JBoss Rich Faces SVN: r22903 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 17:22:57 -0500 (Mon, 07 Nov 2011)
New Revision: 22903
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
Log:
RFPL-1490: Fixed the org.richfaces.fileUpload.maxRequestSize context-param in the docs
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-11-07 22:05:58 UTC (rev 22902)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-11-07 22:22:57 UTC (rev 22903)
@@ -1236,7 +1236,7 @@
Files are uploaded to either the temporary folder (different for each operating system) or to <acronym>RAM</acronym> (random-access memory), depending on the value of the <parameter>org.richfaces.fileUpload.createTempFiles</parameter> context parameter of the <filename>web.xml</filename> settings file for the project. If the parameter is set to <literal>true</literal>, the files are uploaded to the temporary folder.
</para>
<para>
- To limit the maximum size of the uploaded files, define the byte size with the <parameter>org.richfaces.fileUpload.maxRequestSizes</parameter> context parameter of the <filename>web.xml</filename> settings file for the project.
+ To limit the maximum size of the uploaded files, define the byte size with the <parameter>org.richfaces.fileUpload.maxRequestSize</parameter> context parameter of the <filename>web.xml</filename> settings file for the project.
</para>
</section>
13 years, 4 months
JBoss Rich Faces SVN: r22902 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 17:05:58 -0500 (Mon, 07 Nov 2011)
New Revision: 22902
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
Log:
RFPL-1732: Fixed the appearance docs for the collapsible panel
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07 21:40:29 UTC (rev 22901)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07 22:05:58 UTC (rev 22902)
@@ -449,7 +449,7 @@
<section id="sect-Component_Reference-richcollapsiblePanel-Appearance">
<title>Appearance</title>
<para>
- The appearance of the <sgmltag><rich:collapsiblePanel></sgmltag> component can be customized using facets. The <literal>headerExpandedClass</literal> and <literal>headerCollapsedClass</literal> facets are used to style the appearance of the panel when it is expanded and collapsed respectively. The <literal>expandControl</literal> facet defines the content in the panel header used for expanding, and the <literal>collapseControl</literal> facet defines the content in the panel header used for collapsing.
+ The appearance of the <sgmltag><rich:collapsiblePanel></sgmltag> component can be customized using facets. The <literal>headerExpanded</literal> and <literal>headerCollapsed</literal> CSS fclasses are used to style the appearance of the panel when it is expanded and collapsed respectively.
</para>
</section>
13 years, 4 months
JBoss Rich Faces SVN: r22901 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 16:40:29 -0500 (Mon, 07 Nov 2011)
New Revision: 22901
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample
Log:
RFPL-1495: Removed the form element from the popupPanel example
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample 2011-11-07 21:38:49 UTC (rev 22900)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample 2011-11-07 21:40:29 UTC (rev 22901)
@@ -2,16 +2,14 @@
<rich:componentControl target="popup" operation="show" />
</h:commandLink>
...
-<a4j:form>
- <rich:popupPanel id="popup" modal="false" autosized="true" resizeable="false">
- <f:facet name="header">
- <h:outputText value="The title of the panel" />
- </f:facet>
- <f:facet name="controls">
- <h:graphicImage value="/pages/close.png" style="cursor:pointer" onclick="#{rich:component('popup')}.hide()" />
- </f:facet>
- <p>
- This is the content of the panel.
- </p>
- </rich:popupPanel>
-</a4j:form>
+<rich:popupPanel id="popup" modal="false" autosized="true" resizeable="false">
+ <f:facet name="header">
+ <h:outputText value="The title of the panel" />
+ </f:facet>
+ <f:facet name="controls">
+ <h:graphicImage value="/pages/close.png" style="cursor:pointer" onclick="#{rich:component('popup')}.hide()" />
+ </f:facet>
+ <p>
+ This is the content of the panel.
+ </p>
+</rich:popupPanel>
13 years, 4 months
JBoss Rich Faces SVN: r22900 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 16:38:49 -0500 (Mon, 07 Nov 2011)
New Revision: 22900
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
Log:
RFPL-1495: Updated the popupPanel documentation, with details of embedding a form, or attaching to an exsiting form's DOM element
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07 21:05:27 UTC (rev 22899)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07 21:38:49 UTC (rev 22900)
@@ -243,7 +243,7 @@
<term><function>lastItem()</function></term>
<listitem>
<para>
- Switch to and display the first item, the previous item, the next item, or the last item.
+ Get the name of the first item, the previous item, the next item, or the last item.
</para>
</listitem>
</varlistentry>
@@ -587,7 +587,7 @@
The <sgmltag><rich:popupPanel></sgmltag> component is usually rendered in front of any other objects on the page. This is achieved by attaching the component to the <sgmltag><body></sgmltag> element of the page, and setting a very high <emphasis>"z-index"</emphasis> (the stack order of the object). This approach is taken because relatively-positioned elements could still overlap the pop-up panel if they exist at higher levels of the <acronym>DOM</acronym> hierarchy, even if their z-index is less than the <sgmltag><rich:popupPanel></sgmltag> component.
</para>
<para>
- To avoid form limitation of the pop-up panel on pages where no such elements exist, the <sgmltag><rich:popupPanel></sgmltag> component can be reattached to its original <acronym>DOM</acronym> element by setting <varname>domElementAttachment</varname> to either <literal>parent</literal> or <literal>form</literal>.
+ If the <sgmltag><rich:popupPanel></sgmltag> is to participate in submitting child components/behaviors, then a form element must be nested within the <sgmltag><rich:popupPanel></sgmltag>. Alternatively, if no overlapping elements exist, the <sgmltag><rich:popupPanel></sgmltag> component can be reattached to its original <acronym>DOM</acronym> element by setting <varname>domElementAttachment</varname> to either <literal>parent</literal> or <literal>form</literal>.
</para>
</important>
</section>
@@ -969,7 +969,7 @@
<term><function>lastItem()</function></term>
<listitem>
<para>
- Switch to and display the first item, the previous item, the next item, or the last item.
+ Get the name of the first item, the previous item, the next item, or the last item.
</para>
</listitem>
</varlistentry>
@@ -1231,7 +1231,7 @@
<term><function>lastItem()</function></term>
<listitem>
<para>
- Switch to and display the first item, the previous item, the next item, or the last item.
+ Get the name of the first item, the previous item, the next item, or the last item.
</para>
</listitem>
</varlistentry>
13 years, 4 months
JBoss Rich Faces SVN: r22899 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: extras and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 16:05:27 -0500 (Mon, 07 Nov 2011)
New Revision: 22899
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage_impl.java
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage.js
Log:
RFPL-1433: Added a TreeNodeImpl extension to the basic tree example
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-07 20:03:24 UTC (rev 22898)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-07 21:05:27 UTC (rev 22899)
@@ -27,8 +27,14 @@
This example demonstrates basic usage of the <sgmltag><rich:tree></sgmltag> component using an <interfacename>org.richfaces.model.TreeNode</interfacename> data model.
</para>
<para>
- The data model is constructed as follows:
+ First extend the <classname>org.richfaces.model.TreeNodeImpl</classname> and add the data fields you require, with appropriate accessor methods, as in:
</para>
+ <para>
+ <programlisting language="Java" role="JAVA"><xi:include parse="text" href="extras/exam-Component_Reference-richtree-Basic_usage_impl.java" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ </para>
+ <para>
+ Then, the data model is constructed as follows:
+ </para>
<programlisting language="Java" role="JAVA"><xi:include parse="text" href="extras/exam-Component_Reference-richtree-Basic_usage.js" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
<para>
The tree then accesses the nodes of the model using the <literal>station</literal> variable:
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage.js
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage.js 2011-11-07 20:03:24 UTC (rev 22898)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage.js 2011-11-07 21:05:27 UTC (rev 22899)
@@ -1,5 +1,5 @@
-private TreeNodeImpl<String> stationRoot = new TreeNodeImpl<String>();
-private TreeNodeImpl<String> stationNodes = new TreeNodeImpl<String>();
+private DataHolderTreeNodeImpl stationRoot = new DataHolderTreeNodeImpl();
+private DataHolderTreeNodeImpl stationNodes = new DataHolderTreeNodeImpl();
private String[] kickRadioFeed = { "Hall & Oates - Kiss On My List",
"David Bowie - Let's Dance",
"Lyn Collins - Think (About It)",
@@ -9,7 +9,6 @@
stationRoot.setData("KickRadio");
stationNodes.addChild(0, stationRoot);
for (int i = 0; i < kickRadioFeed.length; i++){
- TreeNodeImpl<String> child = new TreeNodeImpl<String>();
- child.setData(kickRadioFeed[i]);
+ DataHolderTreeNodeImpl child = new DataHolderTreeNodeImpl(true, kickRadioFeed[i]);
stationRoot.addChild(i, child);
}
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage_impl.java
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage_impl.java (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtree-Basic_usage_impl.java 2011-11-07 21:05:27 UTC (rev 22899)
@@ -0,0 +1,19 @@
+import org.richfaces.model.TreeNodeImpl;
+
+public class DataHolderTreeNodeImpl extends TreeNodeImpl {
+ private Object data;
+
+ public DataHolderTreeNodeImpl(boolean leaf, Object data) {
+ super(leaf);
+ this.data = data;
+ }
+
+ public Object getData() {
+ return data;
+ }
+
+ @Override
+ public String toString() {
+ return super.toString() + " >> " + data;
+ }
+}
\ No newline at end of file
13 years, 4 months
JBoss Rich Faces SVN: r22898 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 15:03:24 -0500 (Mon, 07 Nov 2011)
New Revision: 22898
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample
Log:
RFPL-1443: Replaced rich:datascroller use with rich:dataScroller
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample 2011-11-07 20:03:24 UTC (rev 22898)
@@ -16,7 +16,7 @@
</h:panelGrid>
</rich:panel>
<f:facet name="footer">
- <rich:datascroller></rich:datascroller>
+ <rich:dataScroller></rich:dataScroller>
</f:facet>
</rich:dataGrid>
</h:form>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample 2011-11-07 20:03:24 UTC (rev 22898)
@@ -2,11 +2,11 @@
<!-- table content -->
...
</rich:dataTable>
-<rich:datascroller for="table" maxPages="5">
+<rich:dataScroller for="table" maxPages="5">
<f:facet name="first">
<h:outputText value="First" />
</f:facet>
<f:facet name="last">
<h:outputText value="Last" />
</f:facet>
-</rich:datascroller>
+</rich:dataScroller>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample 2011-11-07 20:03:24 UTC (rev 22898)
@@ -2,10 +2,10 @@
<!-- table content -->
...
<f:facet name="footer">
- <rich:datascroller pageIndexVar="pageIndex" pagesVar="pages">
+ <rich:dataScroller pageIndexVar="pageIndex" pagesVar="pages">
<f:facet name="pages">
<h:outputText value="#{pageIndex} / #{pages}" />
</f:facet>
- </rich:datascroller>
+ </rich:dataScroller>
</f:facet>
</rich:dataTable>
13 years, 4 months
JBoss Rich Faces SVN: r22897 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 15:00:41 -0500 (Mon, 07 Nov 2011)
New Revision: 22897
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
Log:
RFPL-1496: Replaced rich:toolTip use with rich:tooltip in the examples
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample 2011-11-07 19:52:07 UTC (rev 22896)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
@@ -2,4 +2,4 @@
...
</rich:panel>
-<rich:toolTip value="This is a tool-tip." target="panelId"/>
+<rich:tooltip value="This is a tool-tip." target="panelId"/>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample 2011-11-07 19:52:07 UTC (rev 22896)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
@@ -1,3 +1,3 @@
<rich:panel>
- <rich:toolTip value="This is a tool-tip."/>
+ <rich:tooltip value="This is a tool-tip."/>
</rich:panel>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample 2011-11-07 19:52:07 UTC (rev 22896)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
@@ -1,5 +1,5 @@
<rich:panel>
- <rich:toolTip>
+ <rich:tooltip>
This is a <b>tool-tip</b>.
- </rich:toolTip>
+ </rich:tooltip>
</rich:panel>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07 19:52:07 UTC (rev 22896)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07 20:00:41 UTC (rev 22897)
@@ -1,5 +1,5 @@
<rich:panel id="panelId" onclick="#{rich:component("tooltipId")}.show(event);" />
<a4j:form>
- <rich:toolTip id="toolTipId" attached="false" value="This is a tool-tip."/>
+ <rich:tooltip id="toolTipId" attached="false" value="This is a tool-tip."/>
</a4j:form>
13 years, 4 months
JBoss Rich Faces SVN: r22896 - modules/docs/trunk/Migration_Guide/src/main/docbook/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 14:52:07 -0500 (Mon, 07 Nov 2011)
New Revision: 22896
Modified:
modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Changes_and_new_features.xml
Log:
RFPL-1496: Replaced rich:toolTip use with rich:tooltip
Modified: modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Changes_and_new_features.xml
===================================================================
--- modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Changes_and_new_features.xml 2011-11-07 19:49:11 UTC (rev 22895)
+++ modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Changes_and_new_features.xml 2011-11-07 19:52:07 UTC (rev 22896)
@@ -716,7 +716,7 @@
<sgmltag><rich:togglePanelItem></sgmltag>
</member>
<member>
- <sgmltag><rich:toolTip></sgmltag>
+ <sgmltag><rich:tooltip></sgmltag>
</member>
<member>
<sgmltag><rich:tree></sgmltag>
13 years, 4 months
JBoss Rich Faces SVN: r22895 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: bleathem
Date: 2011-11-07 14:49:11 -0500 (Mon, 07 Nov 2011)
New Revision: 22895
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
RFPL-1497: Removed selectionType=server from tree section of docs
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-07 19:45:44 UTC (rev 22894)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-07 19:49:11 UTC (rev 22895)
@@ -155,14 +155,6 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><literal>server</literal></term>
- <listitem>
- <para>
- The <sgmltag><rich:tree></sgmltag> component performs a common submission, completely refreshing the page.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><literal>client</literal></term>
<listitem>
<para>
13 years, 4 months