JBoss Rich Faces SVN: r8251 - trunk/ui/toolBar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:49:43 -0400 (Mon, 28 Apr 2008)
New Revision: 8251
Modified:
trunk/ui/toolBar/src/main/config/component/toolBar.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-04-28 15:49:…
[View More]33 UTC (rev 8250)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-04-28 15:49:43 UTC (rev 8251)
@@ -40,7 +40,7 @@
<name>width</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA[A width of a bar that can be defined in pixels or as percentage. The default value is 100%.]]>
+ <![CDATA[A width of a bar that can be defined in pixels or as percentage. Default value is 100%.]]>
</description>
<defaultvalue>
<![CDATA["100%"]]>
@@ -59,7 +59,7 @@
<classname>java.lang.String</classname>
<description>
<![CDATA[A separator between items on a bar. Possible values
- are none, line, square, disc and grid.]]>
+ are "none", "line", "square", "disc" and "grid". Default value is "none".]]>
</description>
<defaultvalue>
<![CDATA["none"]]>
@@ -178,7 +178,7 @@
<classname>java.lang.String</classname>
<description>
<![CDATA["A separator for the items in a group. Possible
- values are "none", "line", "square", "disc" and "grid"."]]>
+ values are "none", "line", "square", "disc" and "grid" Default value is "none".]]>
</description>
<defaultvalue>
<![CDATA["none"]]>
@@ -195,7 +195,7 @@
<name>location</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA["A location of a group on a tool bar. Possible values are "left" and "right"."]]>
+ <![CDATA["A location of a group on a tool bar. Possible values are "left" and "right". Default value is "left". ]]>
</description>
<defaultvalue>
<![CDATA["left"]]>
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8250 - trunk/ui/togglePanel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:49:33 -0400 (Mon, 28 Apr 2008)
New Revision: 8250
Modified:
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/…
[View More]togglePanel.xml 2008-04-28 15:49:24 UTC (rev 8249)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-28 15:49:33 UTC (rev 8250)
@@ -209,8 +209,8 @@
<classname>java.lang.String</classname>
<description>
Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ directionality. Possible values are "LTR" (left-to-right)
+ and "RTL" (right-to-left).
</description>
</property>
<property>
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8249 - trunk/ui/tabPanel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:49:24 -0400 (Mon, 28 Apr 2008)
New Revision: 8249
Modified:
trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-28 …
[View More]15:49:10 UTC (rev 8248)
+++ trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-28 15:49:24 UTC (rev 8249)
@@ -113,14 +113,14 @@
<name>headerAlignment</name>
<classname>java.lang.String</classname>
<description>Sets tab headers alignment. It can be "left" or "right".
- "left" is used by default
+ Default value is "left".
</description>
<defaultvalue>"left"</defaultvalue>
</property>
<property>
<name>headerSpacing</name>
<classname>java.lang.String</classname>
- <description>Sets tab headers spacing. It should be a valid size unit expression
+ <description>Sets tab headers spacing. It should be a valid size unit expression. Default value is "1px".
</description>
<defaultvalue>"1px"</defaultvalue>
</property>
@@ -143,11 +143,11 @@
HTML: a script expression; a tab has been changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>label</name>
- <classname>java.lang.String</classname>
- <description>A localized user presentable name for this component.</description>
+ </property>
+ <property>
+ <name>label</name>
+ <classname>java.lang.String</classname>
+ <description>A localized user presentable name for this component.</description>
</property>
&html_attributes;
@@ -196,7 +196,7 @@
<property>
<name>name</name>
<classname>java.lang.Object</classname>
- <description>Attribute defines tab name</description>
+ <description>Attribute defines tab name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
<property >
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8248 - trunk/ui/suggestionbox/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:49:10 -0400 (Mon, 28 Apr 2008)
New Revision: 8248
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/…
[View More]suggestionbox.xml 2008-04-28 15:49:03 UTC (rev 8247)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-28 15:49:10 UTC (rev 8248)
@@ -84,7 +84,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- if "true", the component tree is processed limited only to the current component
+ if "true", the component tree is processed limited only to the current component. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -92,7 +92,7 @@
<name>usingSuggestObjects</name>
<classname>boolean</classname>
<description>
- if true, a suggested object list will be created and will be updated every time when an input value is changed
+ if true, a suggested object list will be created and will be updated every time when an input value is changed. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -115,7 +115,7 @@
<name>entryClass</name>
<classname>java.lang.String</classname>
<description>
- Name of the CSS class for a suggestion entry element
+ Name of the CSS class for a suggestion entry element.
(table row)
</description>
<defaultvalue>"richfaces_suggestionEntry"</defaultvalue>
@@ -168,7 +168,7 @@
Name the HTTP request parameter with the value of input
element token. If not set, it be will sent as an input
element name. In this case, input will perform
- validation and update the value
+ validation and update the value. Default value is "inputvalue".
</description>
<defaultvalue>"inputvalue"</defaultvalue>
</property>
@@ -260,7 +260,7 @@
<name>width</name>
<classname>java.lang.String</classname>
<description>
- Width of the pop-up window in pixels
+ Width of the pop-up window in pixels. Default value is "200".
</description>
<defaultvalue>"200"</defaultvalue>
</property>
@@ -268,7 +268,7 @@
<name>height</name>
<classname>java.lang.String</classname>
<description>
- Height of the pop-up window in pixels
+ Height of the pop-up window in pixels. Default value is "200".
</description>
<defaultvalue>"200"</defaultvalue>
</property>
@@ -342,7 +342,7 @@
<name>zindex</name>
<classname>int</classname>
<description>
- Attribute is similar to the standard HTML attribute and can specify window placement relative to the content
+ Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. Default value is "200".
</description>
<defaultvalue>200</defaultvalue>
</property>
@@ -375,4 +375,4 @@
<classname>int</classname>
</property>
</component>
-</components>
+</components>
\ No newline at end of file
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8247 - trunk/ui/spacer/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:49:03 -0400 (Mon, 28 Apr 2008)
New Revision: 8247
Modified:
trunk/ui/spacer/src/main/config/component/spacer.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/spacer/src/main/config/component/spacer.xml
===================================================================
--- trunk/ui/spacer/src/main/config/component/spacer.xml 2008-04-28 15:48:53 UTC (…
[View More]rev 8246)
+++ trunk/ui/spacer/src/main/config/component/spacer.xml 2008-04-28 15:49:03 UTC (rev 8247)
@@ -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>
@@ -37,13 +37,13 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>The width of the spacer defined in pixels. The default value is 1 pixel</description>
+ <description>The width of the spacer defined in pixels. Default value is "1px".</description>
<defaultvalue>"1"</defaultvalue>
</property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>The height of the spacer defined in pixels. The default value is 1 pixel</description>
+ <description>The height of the spacer defined in pixels. Default value is "1px".</description>
<defaultvalue>"1"</defaultvalue>
</property>
<property>
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8245 - trunk/ui/separator/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:48:44 -0400 (Mon, 28 Apr 2008)
New Revision: 8245
Modified:
trunk/ui/separator/src/main/config/component/separator.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-…
[View More]04-28 15:48:33 UTC (rev 8244)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-04-28 15:48:44 UTC (rev 8245)
@@ -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>
@@ -37,20 +37,20 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>The separator width that can be defined in pixels or in percents. The default value is 100%
+ <description>The separator width that can be defined in pixels or in percents. Default value is "100%".
</description>
</property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>The separator height. Default value is 6 pixels
+ <description>The separator height. Default value is "6px".
</description>
</property>
<property>
<name>lineType</name>
<classname>java.lang.String</classname>
<description>A line type. The possible values are
- beveled (default), dotted, dashed, double and solid
+ "beveled" (default), "dotted", "dashed", "double" and "solid".
</description>
<defaultvalue>"beveled"</defaultvalue>
</property>
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8244 - trunk/ui/scrollableDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:48:33 -0400 (Mon, 28 Apr 2008)
New Revision: 8244
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/…
[View More]scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-28 15:48:21 UTC (rev 8243)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-28 15:48:33 UTC (rev 8244)
@@ -49,7 +49,7 @@
<classname>int</classname>
<description>
Defines the number of the fixed columns from the left side that will not be scrolled via horizontal scroll.
- Default value is '0'
+ Default value is "0".
</description>
<defaultvalue>0</defaultvalue>
</property>
@@ -57,7 +57,7 @@
<property>
<name>height</name>
<classname>java.lang.String</classname>
- <description>Defines a height of the component. Default value is 500px</description>
+ <description>Defines a height of the component. Default value is "500px".</description>
<defaultvalue>"500px"</defaultvalue>
</property>
@@ -70,7 +70,7 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>Defines a width of the component. Default value is 700px</description>
+ <description>Defines a width of the component. Default value is "700px".</description>
<defaultvalue>"700px"</defaultvalue>
</property>
<property>
@@ -152,8 +152,8 @@
<name>hideWhenScrolling</name>
<classname>boolean</classname>
<description>
- If 'true' data will be hidden during scrolling. Can be used for increase performance.
- Default value is 'false'
+ If "true" data will be hidden during scrolling. Can be used for increase performance.
+ Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -283,7 +283,7 @@
<name>focus</name>
<classname>java.lang.String</classname>
<description>
- id of element to set focus after request completed on client side
+ id of the element to set focus after request completed on client side
</description>
</property>
</component>
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8243 - trunk/ui/panelmenu/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:48:21 -0400 (Mon, 28 Apr 2008)
New Revision: 8243
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-…
[View More]04-28 15:48:14 UTC (rev 8242)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-28 15:48:21 UTC (rev 8243)
@@ -8,11 +8,11 @@
<description>Defines the menu on the page and the set of the child elements properties in
layout.</description>
<superclass>org.richfaces.component.UIPanelMenu</superclass>
- <classname>org.richfaces.component.html.HtmlPanelMenu</classname>
- <test>
- <classname>org.richfaces.component.html.HtmlPanelMenuComponentTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
- </test>
+ <classname>org.richfaces.component.html.HtmlPanelMenu</classname>
+ <test>
+ <classname>org.richfaces.component.html.HtmlPanelMenuComponentTest</classname>
+ <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ </test>
<renderer generate="true" override="true">
<name>org.richfaces.PanelMenuRenderer</name>
@@ -21,40 +21,41 @@
<tag>
<name>panelMenu</name>
<classname>org.richfaces.taglib.PanelMenuTag</classname>
- <superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
+ <superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
<test/>
- </tag>
-
- <property hidden="true">
- <name>firstExpandedEncoded</name>
- <classname>boolean</classname>
- <defaultvalue>false</defaultvalue>
+ </tag>
+
+ <property hidden="true">
+ <name>firstExpandedEncoded</name>
+ <classname>boolean</classname>
+ <defaultvalue>false</defaultvalue>
</property>
<property>
<name>event</name>
<classname>java.lang.String</classname>
<description> Defines the event on the representation element that triggers the
- submenu's expand/collapse. (default=onclick) </description>
+ submenu's expand/collapse. Default value is "onclick". </description>
<defaultvalue><![CDATA["onclick"]]></defaultvalue>
</property>
<property>
<name>mode</name>
<classname>java.lang.String</classname>
<description> Set the submission mode for all panel menu items on the panel menu except
- ones where this attribute redefined. (ajax, server,(Default), none) </description>
+ ones where this attribute redefined. Possible values are "ajax", "server", "none". Default value is "server".</description>
<defaultvalue><![CDATA["server"]]></defaultvalue>
</property>
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>Set minimal width for the menu.</description>
+ <description>Set minimal width for the menu. Default value is "100%".</description>
<defaultvalue><![CDATA["100%"]]></defaultvalue>
</property>
<property>
<name>expandMode</name>
<classname>java.lang.String</classname>
<description> Set the submission mode for all panel menu groups after expand/collapse
- except ones where this attribute redefined. (ajax, server, none(Default)) </description>
+ except ones where this attribute redefined. Possible values are "ajax", "server", "none".
+ Default value is "none". </description>
<defaultvalue><![CDATA["none"]]></defaultvalue>
</property>
<property>
@@ -62,25 +63,34 @@
<classname>boolean</classname>
<description> Whether only one panel menu node on top level can be opened at a time. If
the value of this attribute is true, the previously opened node on the top level is
- closed. If the value is false, the node is left opened. The default value is false. </description>
+ closed. If the value is false, the node is left opened. Default value is "false". </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>iconItem</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the enabled item state</description>
+ <description>Path to the icon to be displayed for the enabled item state.
+ You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
</property>
<property>
<name>iconDisabledItem</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
+ <description>Path to the icon to be displayed for the disabled item state.
+ You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
</property>
<property>
<name>iconTopItem</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the enabled top item state</description>
+ <description>Path to the icon to be displayed for the enabled top item state.
+ You can also use predefined icons setting the attribute to: "triangle", "triangleUp", "triangleDown", "disc", "chevron", "chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
</property>
<property>
@@ -128,25 +138,26 @@
<property>
<name>iconItemPosition</name>
<classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the item icon</description>
+ <description>Position of the icon for the item icon. Possible values are "left","right","none". Default value is "left". </description>
<defaultvalue><![CDATA["left"]]></defaultvalue>
</property>
<property>
<name>iconItemTopPosition</name>
<classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the top item icon</description>
+ <description>Position of the icon for the top item icon.
+ Possible values are "left","right","none". Default value is "left".</description>
<defaultvalue><![CDATA["left"]]></defaultvalue>
</property>
<property>
<name>iconGroupPosition</name>
<classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the group icon</description>
+ <description>Position of the icon for the group icon. Possible values are "left","right","none". Default value is "left".</description>
<defaultvalue><![CDATA["left"]]></defaultvalue>
</property>
<property>
<name>iconGroupTopPosition</name>
<classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the top group icon</description>
+ <description>Position of the icon for the top group icon. Possible values are "left","right","none". Default value is "left".</description>
<defaultvalue><![CDATA["left"]]></defaultvalue>
</property>
<property>
@@ -329,7 +340,7 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description> If true sets state of the item to disabled state. false is default. </description>
+ <description> If true sets state of the item to disabled state. Default value is "false". </description>
<defaultvalue>false</defaultvalue>
</property>
@@ -367,7 +378,7 @@
<name>label</name>
<classname>java.lang.String</classname>
<description>A localized user presentable name for this component.</description>
- </property>
+ </property>
</component>
<component>
@@ -376,10 +387,10 @@
<description>Defines expandable group of items inside the panel menu or other group.</description>
<superclass>org.richfaces.component.UIPanelMenuGroup</superclass>
<classname>org.richfaces.component.html.HtmlPanelMenuGroup</classname>
- <test>
- <classname>org.richfaces.component.html.HtmlPanelMenuGroupComponentTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
- </test>
+ <test>
+ <classname>org.richfaces.component.html.HtmlPanelMenuGroupComponentTest</classname>
+ <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ </test>
<renderer generate="true" override="true">
<name>org.richfaces.PanelMenuGroupRenderer</name>
<template>org/richfaces/htmlPanelMenuGroup.jspx</template>
@@ -387,15 +398,15 @@
<tag>
<name>panelMenuGroup</name>
<classname>org.richfaces.taglib.PanelMenuGroupTag</classname>
- <superclass>org.richfaces.taglib.PanelMenuGroupTagBase</superclass>
+ <superclass>org.richfaces.taglib.PanelMenuGroupTagBase</superclass>
<test/>
- </tag>
-
- <taghandler generate="true">
- <classname>org.richfaces.taglib.PanelMenuGroupTagHandler</classname>
- <superclass>org.richfaces.taglib.PanelMenuGroupTagHandlerBase</superclass>
- </taghandler>
+ </tag>
+ <taghandler generate="true">
+ <classname>org.richfaces.taglib.PanelMenuGroupTagHandler</classname>
+ <superclass>org.richfaces.taglib.PanelMenuGroupTagHandlerBase</superclass>
+ </taghandler>
+
<property>
<name>expandMode</name>
<classname>java.lang.String</classname>
@@ -437,7 +448,7 @@
<name>name</name>
<classname>java.lang.String</classname>
<description>'selectedChild' attribute of PanelMenu refers to group/item with the same
- name</description>
+ name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
<!--property>
@@ -459,7 +470,7 @@
&ui_output_attributes;
&html_events;
&ajax_component_attributes;
- &ui_command_attributes;
+ &ui_command_attributes;
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
@@ -565,10 +576,10 @@
<description>Defines single Item inside popup list.</description>
<superclass>org.richfaces.component.UIPanelMenuItem</superclass>
<classname>org.richfaces.component.html.HtmlPanelMenuItem</classname>
- <test>
- <classname>org.richfaces.component.html.HtmlPanelMenuItemComponentTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
- </test>
+ <test>
+ <classname>org.richfaces.component.html.HtmlPanelMenuItemComponentTest</classname>
+ <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ </test>
<renderer generate="true" override="true">
<name>org.richfaces.PanelMenuItemRenderer</name>
<template>org/richfaces/htmlPanelMenuItem.jspx</template>
@@ -576,7 +587,7 @@
<tag>
<name>panelMenuItem</name>
<classname>org.richfaces.taglib.PanelMenuItemTag</classname>
- <superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
+ <superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
<test/>
</tag>
<property>
@@ -601,7 +612,7 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description> If true sets state of the item to disabled state. false is default. </description>
+ <description> If true sets state of the item to disabled state. Default value is "false". </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
@@ -613,7 +624,7 @@
<name>name</name>
<classname>java.lang.String</classname>
<description>'selectedChild' attribute of PanelMenu refers to group/item with the same
- name</description>
+ name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
<property>
@@ -663,7 +674,7 @@
<classname>java.lang.String</classname>
<description>CSS style rules to be applied</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ </property>
&ui_component_attributes;
&ui_command_attributes;
&html_style_attributes;
[View Less]
16 years, 8 months
JBoss Rich Faces SVN: r8242 - trunk/ui/panelbar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-28 11:48:14 -0400 (Mon, 28 Apr 2008)
New Revision: 8242
Modified:
trunk/ui/panelbar/src/main/config/component/panelbar.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-04-28 …
[View More]15:48:02 UTC (rev 8241)
+++ trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-04-28 15:48:14 UTC (rev 8242)
@@ -53,7 +53,7 @@
<name>width</name>
<classname>java.lang.String</classname>
<description>The width of the slide panel. Might be defined as pixels or as percentage.
- The default width is 100%</description>
+ Default value is "100%".</description>
<defaultvalue><![CDATA["100%"]]></defaultvalue>
</property>
@@ -61,7 +61,7 @@
<name>height</name>
<classname>java.lang.String</classname>
<description>The height of the slide panel. Might be defined as pixels or as percentage.
- The default height is 100%</description>
+ Default value is "100%".</description>
<defaultvalue><![CDATA["100%"]]></defaultvalue>
</property>
<property>
@@ -159,17 +159,17 @@
<taghandler>
<classname>org.ajax4jsf.tag.TestHandler</classname>
</taghandler>
- -->
-
- <property hidden="true">
- <name>valid</name>
- </property>
-
- <property>
- <name>label</name>
- <classname>java.lang.String</classname>
- <description>A localized user presentable name for this component.</description>
+ -->
+
+ <property hidden="true">
+ <name>valid</name>
</property>
+
+ <property>
+ <name>label</name>
+ <classname>java.lang.String</classname>
+ <description>A localized user presentable name for this component.</description>
+ </property>
</component>
<component>
@@ -213,7 +213,7 @@
<property>
<name>name</name>
<classname>java.lang.Object</classname>
- <description>Attribute defines item name</description>
+ <description>Attribute defines item name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
@@ -224,7 +224,7 @@
<name>expanded</name>
<classname>java.lang.String</classname>
<description>
- Notifies that an element has to be expanded
+ Notifies that an element has to be expanded. Default value is "false".
</description>
<defaultvalue><![CDATA["false"]]></defaultvalue>
</property>
[View Less]
16 years, 8 months