JBoss Rich Faces SVN: r14643 - branches/community/3.3.X/ui/panel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 10:54:44 -0400 (Wed, 17 Jun 2009)
New Revision: 14643
Modified:
branches/community/3.3.X/ui/panel/src/main/config/component/panel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/panel/src/main/config/component/panel.xml
===================================================================
--- branches/community/3.3.X/ui/panel/src/main/config/component/panel.xml 2009-06-17 14:53:38 UTC (rev 14642)
+++ branches/community/3.3.X/ui/panel/src/main/config/component/panel.xml 2009-06-17 14:54:44 UTC (rev 14643)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -44,23 +44,23 @@
<name>headerClass</name>
<classname>java.lang.String</classname>
<description>
- A class that defines a style for a panel header
+ Assigns one or more space-separated CSS class names to the component header
</description>
</property>
<property>
<name>bodyClass</name>
<classname>java.lang.String</classname>
<description>
- A class that defines a style for a panel content
+ Assigns one or more space-separated CSS class names to the component content
</description>
- </property>
- <property>
- <name>header</name>
- <classname>java.lang.String</classname>
</property>
<property>
<name>header</name>
<classname>java.lang.String</classname>
+ </property>
+ <property>
+ <name>header</name>
+ <classname>java.lang.String</classname>
<description>
Label text appears on a panel header
</description>
15 years, 6 months
JBoss Rich Faces SVN: r14642 - branches/community/3.3.X/ui/modal-panel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 10:53:38 -0400 (Wed, 17 Jun 2009)
New Revision: 14642
Modified:
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-17 13:09:43 UTC (rev 14641)
+++ branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-17 14:53:38 UTC (rev 14642)
@@ -43,15 +43,13 @@
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component header when this component
- is rendered </description>
+ <description>Assigns one or more space-separated CSS class names to the component header</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>controlsClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component controls when this component
- is rendered </description>
+ <description>Assigns one or more space-separated CSS class names to the component controls</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14641 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-06-17 09:09:43 -0400 (Wed, 17 Jun 2009)
New Revision: 14641
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
RF-7343: a4j:commandButton component description review
Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-06-17 13:01:57 UTC (rev 14640)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-06-17 13:09:43 UTC (rev 14641)
@@ -15,8 +15,7 @@
<property >
<name>ajaxSingle</name>
<classname>boolean</classname>
- <description>boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying)
-to the component which send the request only</description>
+ <description>Limits JSF tree processing (decoding, conversion, validation and model updating) only to a component that sends the request. Boolean</description>
</property>
<property >
15 years, 6 months
JBoss Rich Faces SVN: r14640 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-06-17 09:01:57 -0400 (Wed, 17 Jun 2009)
New Revision: 14640
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.xml
Log:
RF-7343: a4j:commandButton component description review
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml 2009-06-17 11:18:41 UTC (rev 14639)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml 2009-06-17 13:01:57 UTC (rev 14640)
@@ -7,10 +7,20 @@
</keywordset>
</sectioninfo>
<title>Description</title>
- <para>The <emphasis role="bold">
- <property><a4j:commandButton></property>
- </emphasis>component is very similar to the<emphasis role="bold">
- <property><h:commandButton></property>
- </emphasis>component, the only difference is that an Ajax form submit is generated on a click and it allows dynamic rerendering after a response comes back. It's not necessary to plug any support into the component, as Ajax support is already built in.</para>
+ <para>
+ The <emphasis role="bold"><property><a4j:commandButton></property></emphasis>component is very similar to JSF <emphasis role="bold"><property><h:commandButton></property></emphasis>, the only difference is that an Ajax form submit is generated on a click and it allows dynamic rerendering after a response comes back.
+ </para>
+
+ <figure>
+ <title>
+ The <emphasis role="bold"><property><a4j:commandButton></property></emphasis> component rendered in Blue Sky skin
+ </title>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/commandButton_init.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
</chapter>
\ No newline at end of file
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.xml 2009-06-17 11:18:41 UTC (rev 14639)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/commandButton.xml 2009-06-17 13:01:57 UTC (rev 14640)
@@ -34,77 +34,105 @@
</tbody>
</tgroup>
</table></para>
- <section>
- <title>Creating on a page</title>
- <para>The simplest tag usage example:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML"><![CDATA[...
-<a4j:commandButton reRender="someData" action="#{bean.action1}" value="Link"/>
-...]]></programlisting>
-
- </section>
- <section>
- <title>Creating the Component Dynamically Using Java</title>
-
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="JAVA"><![CDATA[import org.ajax4jsf.component.html.HtmlAjaxCommandButton;
+
+ <section>
+ <title>Creating the Component with a Page Tag</title>
+ <para>
+ To create the simplest variant of the component on a page use the following syntax:
+ </para>
+ <para id="CB_example">
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[<a4j:commandButton reRender="someData" action="#{bean.action}" value="Button"/>]]></programlisting>
+ <para>
+ The example above creates a button on a page clicking on which causes an Ajax form submit on the server, <code>"action"</code> method performance,
+ and rendering the component with <code>"someData"</code> ID after response comes back.
+ </para>
+ </section>
+
+ <section>
+ <title>Creating the Component Dynamically Using Java</title>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="JAVA"><![CDATA[import org.ajax4jsf.component.html.HtmlAjaxCommandButton;
...
HtmlAjaxCommandButton myButton = new HtmlAjaxCommandButton();
...]]></programlisting>
- </section>
- <section>
- <title>Key attributes and ways of usage</title>
- <para><emphasis role="bold"><property><a4j:commandButton></property></emphasis> is used in the same way as <emphasis role="bold"><property><h:commandButton></property></emphasis>, but with definition of the area that is updated after the response comes back from the server.</para>
- <para>This definition of the component provides a link, a click on the link causes an Ajax form submit on the server, <code>action1</code> method performance, and rendering of the component with <code>someData</code> id after the response comes back from the server.</para>
- <para>The component <emphasis role="bold"><property><a4j:commandButton></property></emphasis> placed on a page generates the following HTML code:</para>
- <programlisting role="XML"><![CDATA[...
-<input type="submit" onclick="A4J.AJAX.Submit(...request parameters);return false;" value="sort"/>
-...]]></programlisting>
- <para>Hence, the utility method <code>A4J.AJAX.Submit</code> is called on a click, the method performs Ajax request as the <emphasis role="bold"><property><a4j:support></property></emphasis> component</para>
- <note>
- <title>Note:</title>
- <para>AJAX support is built in and it's not necessary to add nested <emphasis role="bold"><property><a4j:support></property></emphasis> to the component.</para>
- </note>
+ </section>
+
+ <section>
+ <title>Details of Usage</title>
+ <para>
+ The <emphasis role="bold"><property><a4j:commandButton></property></emphasis> component is used in the same way as JSF <emphasis role="bold"><property><h:commandButton></property></emphasis>.
+ The difference is that in case of <emphasis role="bold"><property><a4j:commandButton></property></emphasis> the components to be updated should be specified.
+ </para>
+
+ <para>
+ The example <link linkend="CB_example">above</link> generates the following HTML code:
+ </para>
+
+ <programlisting role="XML"><![CDATA[<input type="submit" onclick="A4J.AJAX.Submit(request parameters);return false;" value="Button"/>]]></programlisting>
+
+ <para>
+ Сlicking the generated anchor fires the utility method <code>A4J.AJAX.Submit()</code> that perfroms Ajax request.
+ </para>
+
+ <note>
+ <title>Note:</title>
+ <para>
+ The <emphasis role="bold"><property><a4j:commandButton></property></emphasis> already has Ajax support built-in and there is no need to add <emphasis role="bold"><property><a4j:support></property></emphasis>.
+ </para>
+ </note>
+
<para>
- The usage of the keyword <code>'this'</code> in JavaScript code in the <emphasis><property>"oncomplete"</property></emphasis> attribute
- depends on the location of <emphasis role="bold"><property><a4j:commandButton></property></emphasis>. If the <property>commandButton</property> is situated outside the re-rendered region
- you can use keyword <property>'this'</property> as in the following example:
+ The usage of the keyword <code>'this'</code> in JavaScript code in the value for <emphasis><property>"oncomplete"</property></emphasis> attribute depends on the location of <emphasis role="bold"><property><a4j:commandButton></property></emphasis>.
+ If the <emphasis role="bold"><property><a4j:commandButton></property></emphasis> is situated outside the re-rendered region it is possible to use keyword <property>'this'</property> as in the following example:
</para>
- <programlisting role="XML"><![CDATA[...
-<h:form id="form">
- <a4j:commandButton id="cbutton" action="director.rollCamera" onclick="this.disabled=true" oncomplete="this.disabled=false" />
-</h:form>
-...]]></programlisting>
- <para>
- Otherwise if the <property>commandButton</property> contained in re-rendered region
- the <emphasis><property>"oncomplete"</property></emphasis> attribute has a problem obtaining a reference of the <property>commandButton</property> object
- when using the keyword <code>'this'</code>. In this case you can use the <emphasis><property>"oncomplete"</property></emphasis> attribute as in the following example:
+ <programlisting role="XML"><![CDATA[<h:form>
+ <a4j:commandButton action="director.rollCamera" onclick="this.disabled=true" oncomplete="this.disabled=false" />
+</h:form>]]></programlisting>
+
+ <para>
+ Otherwise, if the <emphasis role="bold"><property><a4j:commandButton></property></emphasis> is contained in a re-rendered region
+ than the <emphasis><property>"oncomplete"</property></emphasis> attribute has a problem with obtaining a reference of the
+ <property>commandButton</property> object when using the keyword <code>'this'</code>.
+ In this case use the <emphasis><property>"oncomplete"</property></emphasis> attribute as in the following example:
+ </para>
+
+ <programlisting role="XML"><![CDATA[<h:form id="form">
+ <a4j:commandButton id="cbutton" action="director.rollCamera" onclick="this.disabled=true" oncomplete="document.getElementById('form:cbutton').disabled=false" />
+</h:form>]]></programlisting>
+
+ <para>
+ Common JSF navigation could be performed after an Ajax submit and partial rendering, but Navigation Case must be defined as <emphasis role="bold"><property><redirect/></property></emphasis> in order to avoid problems with some browsers.
+ </para>
+
+ <para>
+ As any Core Ajax component that sends Ajax requests and processes server responses the <emphasis role="bold"><property><a4j:commandButton></property></emphasis> has all attributes that provide the required behavior of requests (delay, limitation of submit area and rendering, etc.)
+ </para>
+
+ <para>
+ Information about the <emphasis><property>"process"</property></emphasis> attribute usage you can find in the "<link linkend="process">Decide what to process</link>" guide section.
</para>
- <programlisting role="XML"><![CDATA[...
-<h:form id="form">
- <a4j:commandButton id="cbutton" action="director.rollCamera"
- onclick="this.disabled=true"
- oncomplete="document.getElementById('form:cbutton').disabled=false" />
-</h:form>
-...]]></programlisting>
- <para>Common JSF navigation could be performed after an Ajax submit and partial rendering, but Navigation Case must be defined as <emphasis role="bold"><property><redirect/></property></emphasis> in order to avoid problems with some browsers.</para>
- <para>As any Core Ajax component sending Ajax requests and processing server responses
- <emphasis role="bold"><property><a4j:commandButton></property></emphasis> has all attributes described above
- (see <emphasis role="bold"><property><a4j:support></property></emphasis> <link linkend="support">chapter</link>)
- that provide the required behavior of requests sending (delay, limitation of submit area and rendering, and etc.)</para>
- <para>
- Information about the <emphasis><property>"process"</property></emphasis> attribute usage you can find <link linkend="process">" Decide what to process " </link> guide section.
- </para>
</section>
- <section>
- <title>Relevant resources links</title>
- <para>
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandButton.jsf?c=c...">On the component LiveDemo page</ulink> you can see the example of <emphasis role="bold"
- ><property><a4j:commandButton></property></emphasis> usage and sources for the given example.
- </para>
- </section>
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>Vizit
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandButton.jsf?c=c...">CommandButton demo</ulink> page at RichFaces
+ live demo for examples of component usage and their sources.
+ </para>
+ <!--
+ <para>Useful articles:</para>
+ <itemizedlist>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </itemizedlist>
+ -->
+ </section>
+
</chapter>
\ No newline at end of file
15 years, 6 months
JBoss Rich Faces SVN: r14639 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-06-17 07:18:41 -0400 (Wed, 17 Jun 2009)
New Revision: 14639
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-6982 info about the plugin is added to "Relevant Resources Links" section of RF Getting Started chapter
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-06-17 09:28:58 UTC (rev 14638)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-06-17 11:18:41 UTC (rev 14639)
@@ -509,6 +509,9 @@
<section id="RelevantResourcesLinks">
<title>Relevant Resources Links</title>
<para><ulink url="http://livedemo.exadel.com/photoalbum">The Photo Album Application</ulink> is designed and developed with RichFaces.</para>
+
+ <para><ulink url="http://www.jboss.org/community/wiki/MavenResourceDependencyPluginReference">Maven Resource Dependency Plugin Reference</ulink> article discusses plugin configuration and usage.</para>
+
<para><ulink url="https://www.redhat.com/apps/store/developers/jboss_developer_studio.html">JBoss Developer Studio</ulink> comes with a tight integration with RichFaces component framework.
Following links might be useful for those who already use this IDE and RichFaces for developing applications and those who wish to improve their development process:</para>
<itemizedlist>
15 years, 6 months
JBoss Rich Faces SVN: r14638 - branches/community/3.3.X/ui/tabPanel/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-06-17 05:28:58 -0400 (Wed, 17 Jun 2009)
New Revision: 14638
Modified:
branches/community/3.3.X/ui/tabPanel/src/main/java/org/richfaces/component/UITabPanel.java
Log:
TabPanel: value evaluated at phase1
https://jira.jboss.org/jira/browse/RF-7353
Modified: branches/community/3.3.X/ui/tabPanel/src/main/java/org/richfaces/component/UITabPanel.java
===================================================================
--- branches/community/3.3.X/ui/tabPanel/src/main/java/org/richfaces/component/UITabPanel.java 2009-06-17 09:27:16 UTC (rev 14637)
+++ branches/community/3.3.X/ui/tabPanel/src/main/java/org/richfaces/component/UITabPanel.java 2009-06-17 09:28:58 UTC (rev 14638)
@@ -52,7 +52,7 @@
protected Iterator getSwitchedFacetsAndChildren() {
- final Object renderedValue = this.restoredRenderedValue;
+ final Object renderedValue = getRenderedValue();
return new IteratorChain(new FilterIterator(getRenderedTabs(), new Predicate() {
15 years, 6 months
JBoss Rich Faces SVN: r14637 - branches/community/3.3.X/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 05:27:16 -0400 (Wed, 17 Jun 2009)
New Revision: 14637
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent
branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes descriptions;
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent 2009-06-17 09:26:48 UTC (rev 14636)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent 2009-06-17 09:27:16 UTC (rev 14637)
@@ -18,12 +18,12 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component selected node</description>
+ <description>Assigns one or more space-separated CSS class names to the component selected node</description>
</property>
<property>
<name>highlightedClass</name>
<classname>java.lang.String</classname>
- <description> Assigns one or more CSS class names to the component highlighted node</description>
+ <description> Assigns one or more space-separated CSS class names to the component highlighted node</description>
</property>
<property>
<name>reRender</name>
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-17 09:26:48 UTC (rev 14636)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-17 09:27:16 UTC (rev 14637)
@@ -162,7 +162,7 @@
<property>
<name>nodeClass</name>
<classname>java.lang.String</classname>
- <description> Assigns one or more CSS class names to the component node</description>
+ <description> Assigns one or more space-separated CSS class names to the component node</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14636 - branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 05:26:48 -0400 (Wed, 17 Jun 2009)
New Revision: 14636
Modified:
branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes descriptions;
Modified: branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2009-06-17 09:26:06 UTC (rev 14635)
+++ branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2009-06-17 09:26:48 UTC (rev 14636)
@@ -91,7 +91,7 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component rows selected</description>
+ <description>Assigns one or more space-separated CSS class names to the component rows selected</description>
</property>
<property>
@@ -106,7 +106,7 @@
<name>activeClass</name>
<classname>java.lang.String</classname>
<description>
- Assigns one or more CSS class names to the component active row
+ Assigns one or more space-separated CSS class names to the component active row
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14635 - branches/community/3.3.X/ui/menu-components/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 05:26:06 -0400 (Wed, 17 Jun 2009)
New Revision: 14635
Modified:
branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes descriptions;
Modified: branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-17 09:16:45 UTC (rev 14634)
+++ branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-17 09:26:06 UTC (rev 14635)
@@ -268,7 +268,7 @@
<property>
<name>selectClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the selected item</description>
+ <description>Assigns one or more space-separated CSS class names to the selected item</description>
</property>
<property>
<name>selectStyle</name>
15 years, 6 months
JBoss Rich Faces SVN: r14634 - branches/community/3.3.X/ui/extendedDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-17 05:16:45 -0400 (Wed, 17 Jun 2009)
New Revision: 14634
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes definitions;
Modified: branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-17 09:16:10 UTC (rev 14633)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-17 09:16:45 UTC (rev 14634)
@@ -85,12 +85,12 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component rows selected</description>
+ <description>Assigns one or more space-separated CSS class names to the component rows selected</description>
</property>
<property>
<name>activeClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component active row</description>
+ <description>Assigns one or more space-separated CSS class names to the component active row</description>
</property>
<property>
<name>ajaxKeys</name>
15 years, 6 months