JBoss Rich Faces SVN: r13954 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:55:44 -0400 (Thu, 30 Apr 2009)
New Revision: 13954
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-04-30 12:53:28 UTC (rev 13953)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-04-30 12:55:44 UTC (rev 13954)
@@ -3,52 +3,52 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is clicked</description>
+ <description>The clientside script method to be called when the element is clicked</description>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked</description>
+ <description>The client side script method to be called when the element is double-clicked</description>
</property>
<property>
<name>onkeydown</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed down</description>
+ <description>The client side script method to be called when a key is pressed down over the element</description>
</property>
<property>
<name>onkeypress</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed and released</description>
+ <description>The client side script method to be called when a key is pressed over the element and released</description>
</property>
<property>
<name>onkeyup</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is released</description>
+ <description>The client side script method to be called when a key is released</description>
</property>
<property>
<name>onmousedown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down</description>
+ <description>The client side script method to be called when a pointer button is pressed down over the element</description>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within</description>
+ <description>The client side script method to be called when a pointer is moved within the element</description>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away</description>
+ <description>The client side script method to be called when a pointer is moved away from the element</description>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto</description>
+ <description>The client side script method to be called when a pointer is moved onto the element</description>
</property>
<property>
<name>onmouseup</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released</description>
+ <description>The client side script method to be called when a pointer button is released</description>
</property>
</properties>
15 years, 8 months
JBoss Rich Faces SVN: r13953 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:53:28 -0400 (Thu, 30 Apr 2009)
New Revision: 13953
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handler description is unified;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent 2009-04-30 12:43:40 UTC (rev 13952)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent 2009-04-30 12:53:28 UTC (rev 13953)
@@ -3,6 +3,6 @@
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; some text is selected in a text field. This attribute may be used with the INPUT and TEXTAREA elements</description>
+ <description>The client side script method to be called when some text is selected in the text field. This attribute can be used with the INPUT and TEXTAREA elements.</description>
</property>
</properties>
15 years, 8 months
JBoss Rich Faces SVN: r13952 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:43:40 -0400 (Thu, 30 Apr 2009)
New Revision: 13952
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent 2009-04-30 12:37:20 UTC (rev 13951)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent 2009-04-30 12:43:40 UTC (rev 13952)
@@ -20,16 +20,16 @@
<name>disabled</name><classname>java.lang.String</classname><description>Disabled state of an element or button</description>
</property>
<property>
- <name>onblur</name><classname>java.lang.String</classname><description>HTML: script expression; an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
+ <name>onblur</name><classname>java.lang.String</classname><description>The client side script method to be called when the element loses the focus either when pointing a device or tabbing navigation. It may be used for the same elements as onfocus</description>
</property>
<property>
- <name>onchange</name><classname>java.lang.String</classname><description>HTML: script expression; element's value is changed</description>
+ <name>onchange</name><classname>java.lang.String</classname><description>The client side script method to be called when the element value is changed</description>
</property>
<property>
- <name>onfocus</name><classname>java.lang.String</classname><description>HTML: script expression; the element got the focus</description>
+ <name>onfocus</name><classname>java.lang.String</classname><description>The client side script method to be called when the element gets the focus</description>
</property>
<property>
- <name>onselect</name><classname>java.lang.String</classname><description>HTML: script expression; text is selected in an input field</description>
+ <name>onselect</name><classname>java.lang.String</classname><description>The client side script method to be called when some text is selected in the input field</description>
</property>
<property>
<name>readonly</name><classname>java.lang.String</classname><description>Flag indicating that this component will prohibit
15 years, 8 months
JBoss Rich Faces SVN: r13951 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:37:20 -0400 (Thu, 30 Apr 2009)
New Revision: 13951
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unifying the event handlers descriptions;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-04-30 12:29:13 UTC (rev 13950)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-04-30 12:37:20 UTC (rev 13951)
@@ -70,12 +70,12 @@
<property >
<name>oncomplete</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call after request completed on client side</description>
+ <description>The client side script method to be called after the request is completed</description>
</property>
<property>
<name>onbeforedomupdate</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call before DOM has been updated on client side</description>
+ <description>The client side script method to be called before DOM is updated</description>
</property>
<property >
<name>focus</name>
15 years, 8 months
JBoss Rich Faces SVN: r13950 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:29:13 -0400 (Thu, 30 Apr 2009)
New Revision: 13950
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unifying the event handlers descriptions;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent 2009-04-30 12:22:37 UTC (rev 13949)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent 2009-04-30 12:29:13 UTC (rev 13950)
@@ -3,17 +3,17 @@
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the element lost the focus</description>
+ <description>The client side script method to be called when the element loses the focus</description>
</property>
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the element got the focus</description>
+ <description>The client side script method to be called when the element gets the focus</description>
</property>
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the element value was changed</description>
+ <description>The client side script method to be called when the element value is changed</description>
</property>
15 years, 8 months
JBoss Rich Faces SVN: r13949 - in trunk/examples/photoalbum/source/web/src/main/webapp/includes: userPrefs and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2009-04-30 08:22:37 -0400 (Thu, 30 Apr 2009)
New Revision: 13949
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/register.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
Log:
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/register.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13948 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:16:14 -0400 (Thu, 30 Apr 2009)
New Revision: 13948
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
https://jira.jboss.org/jira/browse/RF-6759 - adding new Custom Style Classes into the tables and onto the figure;
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2009-04-30 12:14:56 UTC (rev 13947)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2009-04-30 12:16:14 UTC (rev 13948)
@@ -757,7 +757,6 @@
<para>The following pictures illustrate how CSS classes define styles for component elements.</para>
-
<figure>
<title>Classes names</title>
@@ -767,15 +766,6 @@
</imageobject>
</mediaobject>
</figure>
-
- <figure>
- <title>Classes names</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/pickList_cn2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
<table id="pickListC">
<title>Classes names that define a list representation</title>
@@ -788,10 +778,9 @@
</thead>
<tbody>
<row>
- <entry>rich-picklist-list</entry>
+ <entry>rich-list-picklist</entry>
<entry>Defines styles for a wrapper <table> element of a pickList</entry>
- </row>
-
+ </row>
</tbody>
</tgroup>
</table>
@@ -808,19 +797,39 @@
<tbody>
<row>
<entry>rich-picklist-source-items</entry>
- <entry>Defines styles for an item in a source list</entry>
+ <entry>Defines styles for a wrapper <div> element of a source list</entry>
</row>
<row>
<entry>rich-picklist-target-items</entry>
- <entry>Defines styles for an item in a target list</entry>
+ <entry>Defines styles for a wrapper <div> element of a target list</entry>
</row>
+ <row>
+ <entry>rich-picklist-body</entry>
+ <entry>Defines styles for a wrapper <table> element of a list body (source and target)</entry>
+ </row>
+
+ <row>
+ <entry>rich-picklist-list</entry>
+ <entry>Defines styles for a (source and target) list</entry>
+ </row>
+
+ <row>
+ <entry>rich-picklist-list-content</entry>
+ <entry>Defines styles for a (source and target) list content</entry>
+ </row>
+
+ <row>
+ <entry>rich-picklist-internal-tab</entry>
+ <entry>Defines styles for a wrapper <table> element of list items (source and target)</entry>
+ </row>
+
</tbody>
</tgroup>
</table>
<table >
- <title>Classes names that define a source cell representation</title>
+ <title>Classes names that define rows representation</title>
<tgroup cols="2">
<thead>
<row>
@@ -830,23 +839,24 @@
</thead>
<tbody>
<row>
- <entry>rich-picklist-source-cell</entry>
- <entry>Defines styles for a cell in a source list</entry>
+ <entry>rich-picklist-source-row</entry>
+ <entry>Defines styles for a source list row</entry>
</row>
<row>
- <entry>rich-picklist-source-cell-selected</entry>
- <entry>Defines styles for a selected cell in a source list</entry>
+ <entry>rich-picklist-source-row-selected</entry>
+ <entry>Defines styles for a selected row in a source list</entry>
</row>
<row>
- <entry>rich-picklist-source-cell-active</entry>
- <entry>Defines styles for an active cell in a source list</entry>
+ <entry>rich-picklist-target-row-selected</entry>
+ <entry>Defines styles for a selected row in a target list</entry>
</row>
+
</tbody>
</tgroup>
</table>
<table >
- <title>Classes names that define a target cell representation</title>
+ <title>Classes names that define a source cell representation</title>
<tgroup cols="2">
<thead>
<row>
@@ -856,22 +866,23 @@
</thead>
<tbody>
<row>
- <entry>rich-picklist-target-cell</entry>
+ <entry>rich-picklist-source-cell</entry>
<entry>Defines styles for a cell in a source list</entry>
</row>
<row>
- <entry>rich-picklist-target-cell-selected</entry>
- <entry>Defines styles for a selected cell in a target list</entry>
+ <entry>rich-picklist-source-cell-selected</entry>
+ <entry>Defines styles for a selected cell in a source list</entry>
</row>
<row>
- <entry>rich-picklist-target-cell-active</entry>
- <entry>Defines styles for an active cell in a target list</entry>
+ <entry>rich-picklist-source-cell-active</entry>
+ <entry>Defines styles for an active cell in a source list</entry>
</row>
</tbody>
</tgroup>
</table>
+
<table >
- <title>Classes names that define a selected source and target rows representation</title>
+ <title>Classes names that define a target cell representation</title>
<tgroup cols="2">
<thead>
<row>
@@ -881,17 +892,21 @@
</thead>
<tbody>
<row>
- <entry>rich-picklist-source-row-selected</entry>
- <entry>Defines styles for a selected row in a source list</entry>
+ <entry>rich-picklist-target-cell</entry>
+ <entry>Defines styles for a target list cell</entry>
</row>
<row>
- <entry>rich-picklist-target-row-selected</entry>
- <entry>Defines styles for a selected row in a target list</entry>
+ <entry>rich-picklist-target-cell-selected</entry>
+ <entry>Defines styles for a selected cell in a target list</entry>
</row>
-
+ <row>
+ <entry>rich-picklist-target-cell-active</entry>
+ <entry>Defines styles for an active cell in a target list</entry>
+ </row>
</tbody>
</tgroup>
</table>
+
<table >
<title>Classes names that define a control representation</title>
<tgroup cols="2">
@@ -903,6 +918,10 @@
</thead>
<tbody>
<row>
+ <entry>rich-picklist-controls</entry>
+ <entry>Defines styles for wrapper <div> element of a pickList controls</entry>
+ </row>
+ <row>
<entry>rich-picklist-control-disabled</entry>
<entry>Defines styles for a control in a disabled state</entry>
</row>
@@ -922,6 +941,10 @@
<entry>rich-picklist-control-removeall</entry>
<entry>Defines styles for a "removeAll" control</entry>
</row>
+ <row>
+ <entry>rich-picklist-control-img</entry>
+ <entry>Defines styles for a control image</entry>
+ </row>
</tbody>
</tgroup>
15 years, 8 months
JBoss Rich Faces SVN: r13945 - trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 08:07:53 -0400 (Thu, 30 Apr 2009)
New Revision: 13945
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
Log:
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-04-30 12:07:41 UTC (rev 13944)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-04-30 12:07:53 UTC (rev 13945)
@@ -27,10 +27,22 @@
</rich:panelMenuItem>
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
+ <h:outputLink value="comboBox.xhtml" >rich:comboBox</h:outputLink>
+ </rich:panelMenuItem>
+
+ <rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
+ <h:outputLink value="contextMenu.xhtml" >rich:contextMenu</h:outputLink>
+ </rich:panelMenuItem>
+
+ <rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="fileUpload.xhtml" >rich:fileUpload</h:outputLink>
</rich:panelMenuItem>
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
+ <h:outputLink value="inplaceInput.xhtml" >rich:inplaceInput</h:outputLink>
+ </rich:panelMenuItem>
+
+ <rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="modalPanel.xhtml" >rich:modalPanel</h:outputLink>
</rich:panelMenuItem>
@@ -42,6 +54,10 @@
<h:outputLink value="page.xhtml" >rich:page</h:outputLink>
</rich:panelMenuItem>
+ <rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
+ <h:outputLink value="pickList.xhtml" >rich:pickList</h:outputLink>
+ </rich:panelMenuItem>
+
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="progressBar.xhtml" >rich:progressBar</h:outputLink>
</rich:panelMenuItem>
15 years, 8 months