Author: cluts
Date: 2008-12-28 22:51:58 -0500 (Sun, 28 Dec 2008)
New Revision: 12037
Modified:
trunk/ui/beanValidator/src/main/config/component/beanValidator.xml
trunk/ui/core/src/main/config/component/include.xml
trunk/ui/core/src/main/config/component/log.xml
trunk/ui/core/src/main/config/component/outputPanel.xml
trunk/ui/core/src/main/config/component/support.xml
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
trunk/ui/editor/src/main/config/component/editor.xml
trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
trunk/ui/hotKey/src/main/config/component/hotKey.xml
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/paint2D/src/main/config/component/paint2D.xml
trunk/ui/panelbar/src/main/config/component/panelbar.xml
trunk/ui/pickList/src/main/config/component/picklist.xml
trunk/ui/progressBAR/src/main/config/component/progressBar.xml
trunk/ui/separator/src/main/config/component/separator.xml
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/ui/tooltip/src/main/config/component/toolTip.xml
trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
Log:
RF-2220 - default values have been added for almost all components.
Modified: trunk/ui/beanValidator/src/main/config/component/beanValidator.xml
===================================================================
--- trunk/ui/beanValidator/src/main/config/component/beanValidator.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/beanValidator/src/main/config/component/beanValidator.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -33,7 +33,7 @@
<classname>java.lang.String</classname>
<description>
Name of JavaScript event property ( onclick, onchange, etc.) of parent component by
- which validation will be triggered
+ which validation will be triggered. Default value is "onblur"
</description>
<defaultvalue><![CDATA["onblur"]]></defaultvalue>
</property>
@@ -65,7 +65,7 @@
<property elonly="true" el="true"
attachedstate="true" >
<name>ajaxListener</name>
<classname>javax.el.MethodExpression</classname>
- <description> MethodExpression representing an action listener method that
will be notified when this component is activated by the ajax Request and handle it. The
expression must evaluate to a public method that takes an AjaxEvent parameter, with a
return type of void</description>
+ <description> MethodExpression representing an action listener method that
will be notified when this component is activated by the ajax Request and handle it. The
expression must evaluate to a public method that takes an AjaxEvent parameter, with a
return type of void. Default value is "null"</description>
<defaultvalue>null</defaultvalue>
<methodargs>org.ajax4jsf.event.AjaxEvent</methodargs>
</property>
Modified: trunk/ui/core/src/main/config/component/include.xml
===================================================================
--- trunk/ui/core/src/main/config/component/include.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/core/src/main/config/component/include.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -58,7 +58,7 @@
where a child element has the property "rendered" set to
"false".
In this case, we create an empty <span> element with same ID
as the child element to use as a placeholder for later
- processing.
+ processing. Default value is "inline"
]]>
</description>
<defaultvalue>"inline"</defaultvalue>
Modified: trunk/ui/core/src/main/config/component/log.xml
===================================================================
--- trunk/ui/core/src/main/config/component/log.xml 2008-12-28 19:39:09 UTC (rev 12036)
+++ trunk/ui/core/src/main/config/component/log.xml 2008-12-29 03:51:58 UTC (rev 12037)
@@ -40,14 +40,14 @@
<classname>java.lang.String</classname>
<description>
Keyboard key for activate ( in combination with
- CTRL+SHIFT ) log window.
+ CTRL+SHIFT ) log window. Default value is "L"
</description>
<defaultvalue>"L"</defaultvalue>
</property>
<property>
<name>name</name>
<classname>java.lang.String</classname>
- <description>name of pop-up window</description>
+ <description>Name of pop-up window. Default value is
"LogWindow"</description>
<defaultvalue>"LogWindow"</defaultvalue>
</property>
<property>
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -82,7 +82,7 @@
where a child element has the property "rendered" set to
"false".
In this case, we create an empty <span> element with same ID
as the child element to use as a placeholder for later
- processing.
+ processing. Default value is "inline"
]]>
</description>
<defaultvalue>"inline"</defaultvalue>
@@ -98,7 +98,7 @@
region all content ( By default, all content in <f:verbatim>
tags and non-jsf elements in facelets, marked as transient -
since, self-rendered ajax regions don't plain output for ajax
- processing ).
+ processing ). Default value is "true"
]]>
</description>
<defaultvalue>true</defaultvalue>
Modified: trunk/ui/core/src/main/config/component/support.xml
===================================================================
--- trunk/ui/core/src/main/config/component/support.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/core/src/main/config/component/support.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -102,7 +102,7 @@
<name>disableDefault</name>
<classname>boolean</classname>
<description>
- <![CDATA[Disables default action for target event ( append "return
false;" to JavaScript )]]>
+ <![CDATA[Disables default action for target event ( append "return
false;" to JavaScript ). Default value is "false"]]>
</description>
<defaultvalue>false</defaultvalue>
</property>
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -80,13 +80,14 @@
<property>
<name>selfSorted</name>
<classname>boolean</classname>
- <description>Manages if the header of the column is clickable, icons rendered
and sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component</description>
+ <description>Manages if the header of the column is clickable, icons rendered
and sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component.
+ Default value is "true"</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>sortOrder</name>
<classname>org.richfaces.model.Ordering</classname>
- <description>SortOrder is an enumeration of the possible sort
orderings.</description>
+ <description>SortOrder is an enumeration of the possible sort orderings. Default
value is "UNSORTED"</description>
<defaultvalue>Ordering.UNSORTED</defaultvalue>
</property>
<!--
Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-12-29 03:51:58
UTC (rev 12037)
@@ -62,7 +62,7 @@
<property>
<name>sortOrder</name>
<classname>org.richfaces.model.Ordering</classname>
- <description>SortOrder is an enumeration of the possible sort
orderings.</description>
+ <description>SortOrder is an enumeration of the possible sort orderings. Default
value is "UNSORTED"</description>
<defaultvalue>Ordering.UNSORTED</defaultvalue>
</property>
<property>
@@ -73,7 +73,8 @@
<property>
<name>selfSorted</name>
<classname>boolean</classname>
- <description>Manages if the header of the column is clickable, icons rendered and
sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component</description>
+ <description>Manages if the header of the column is clickable, icons rendered and
sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component.
+ Default value is "true"</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -41,7 +41,7 @@
<name>disabled</name>
<classname>boolean</classname>
<description>
- Attribute 'disabled' provides possibility to make the whole menu
disabled if its value equals to "true".
+ Attribute 'disabled' provides possibility to make the whole menu
disabled if its value equals to "true". Default value is
"false"
</description>
<defaultvalue>false</defaultvalue>
</property>
Modified: trunk/ui/editor/src/main/config/component/editor.xml
===================================================================
--- trunk/ui/editor/src/main/config/component/editor.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/editor/src/main/config/component/editor.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -44,7 +44,7 @@
<name>type</name>
<classname>java.lang.String</classname>
<description>
- Sets editor type
+ Sets editor type. Default value is "TinyMCE"
</description>
<defaultvalue>"TinyMCE"</defaultvalue>
</property>
@@ -73,7 +73,7 @@
<name>useSeamText</name>
<classname>boolean</classname>
<description>
- Attribute defines if model value should be converted to Seam Text
+ Attribute defines if model value should be converted to Seam Text. Default value is
"false"
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -180,7 +180,7 @@
<name>viewMode</name>
<classname>java.lang.String</classname>
<description>
- Attribute defines if tinyMCE WYSIWYG should be disabled
+ Attribute defines if tinyMCE WYSIWYG should be disabled. Default value is
"visual"
</description>
<defaultvalue>"visual"</defaultvalue>
</property>
@@ -188,7 +188,7 @@
<name>dialogType</name>
<classname>java.lang.String</classname>
<description>
- Attribute defines how dialogs/popups should be opened
+ Attribute defines how dialogs/popups should be opened. Default value is
"modal"
</description>
<defaultvalue>"modal"</defaultvalue>
</property>
Modified: trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2008-12-28
19:39:09 UTC (rev 12036)
+++ trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2008-12-29
03:51:58 UTC (rev 12037)
@@ -54,15 +54,15 @@
<property>
<name>selectionMode</name>
<classname>java.lang.String</classname>
- <description> single [default]: Single row can be
selected. multi:
+ <description>Single row can be selected. multi:
Multiple rows can be selected. none: no rows can
be
- selected. </description>
+ selected. Default value is
"single"</description>
<defaultvalue> "single"
</defaultvalue>
</property>
<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>
<property>
@@ -85,14 +85,14 @@
<name>border</name>
<classname>java.lang.String</classname>
<description>This attributes specifies the width of
the frame around a
- component</description>
+ component. Default value is
"0"</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellpadding</name>
<classname>java.lang.String</classname>
<description>This attribute specifies the amount of
space between the
- border of the cell and its
contents</description>
+ border of the cell and its contents. Default
value is "0"</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
@@ -100,7 +100,7 @@
<classname>java.lang.String</classname>
<description>This attribute specifies the amount of
space between the
border of the cell and its contents. The
attribute also
- specifies the amount of space to leave between
cells </description>
+ specifies the amount of space to leave between
cells. Default value is "0"</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
Modified: trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-12-28 19:39:09 UTC
(rev 12036)
+++ trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-12-29 03:51:58 UTC
(rev 12037)
@@ -366,6 +366,7 @@
<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.
+ Default value is "false"
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -381,7 +382,7 @@
<name>allowFlash</name>
<classname>java.lang.String</classname>
<description>
- Attribute which allow the component to use the flash module that provides file upload
functionality [false, true, auto].
+ Attribute which allow the component to use the flash module that provides file upload
functionality [false, true, auto]. Default value is "false"
</description>
<defaultvalue>"false"</defaultvalue>
</property>
Modified: trunk/ui/hotKey/src/main/config/component/hotKey.xml
===================================================================
--- trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -44,6 +44,7 @@
<classname>java.lang.String</classname>
<description>
Defines the time when the hotkey is registered. Possible values are
"immediate" (by default), "onload", and
"onregistercall".
+ Default value is "immediate"
</description>
<defaultvalue>"immediate"</defaultvalue>
</property>
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -35,7 +35,7 @@
<property>
<name>layout</name>
<classname>java.lang.String</classname>
- <description>Defines how the component is displayed in the layout.
Possible values are "block", "inline". . Default value
is "inline". </description>
+ <description>Defines how the component is displayed in the layout.
Possible values are "block", "inline". Default value
is "inline". </description>
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
<property>
@@ -77,7 +77,7 @@
<property>
<name>controlsVerticalPosition</name>
<classname>java.lang.String</classname>
- <description>Positions the controls vertically. Possible values are
"bottom", "top"</description>
+ <description>Positions the controls vertically. Possible values are
"bottom","center" and "top". Default
value is "center"</description>
<defaultvalue><![CDATA["center"]]></defaultvalue>
</property>
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -86,7 +86,8 @@
<name>showValueInView</name>
<classname>boolean</classname>
<description>
- If true show the SelectItem labels in the InplaceSelect's pull-down
list but display the value in the field in view mode once an item is selected
+ If true show the SelectItem labels in the InplaceSelect's
pull-down list but display the value in the field in view mode once an item is selected.
+ Default value is "false"
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -106,7 +107,7 @@
<classname>java.lang.String</classname>
<description>The attribute positions the
controls
vertically. Possible values are
-
"bottom","top" </description>
+
"bottom","center" and "top". Default
value is "center" </description>
<defaultvalue><![CDATA["center"]]></defaultvalue>
</property>
<property>
Modified: trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-12-28
19:39:09 UTC (rev 12036)
+++ trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-12-29
03:51:58 UTC (rev 12037)
@@ -88,13 +88,13 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>The width of a slider control. Default value is
"200px", for orientation="vertical" value is
"20px"</description>
+ <description>The width of a slider control. Default value is
"200px", for orientation="vertical" value is
"200px"</description>
<defaultvalue><![CDATA["200px"]]></defaultvalue>
</property>
<property >
<name>height</name>
<classname>java.lang.String</classname>
- <description>The height of a slider control. Default value is
"20px", for orientation="vertical" value is
"200px"</description>
+ <description>The height of a slider control. Default value is
"20px", for orientation="vertical" value is
"20px"</description>
<defaultvalue><![CDATA["20px"]]></defaultvalue>
</property>
<property>
@@ -113,7 +113,7 @@
<property>
<name> showBoundaryValues </name>
<classname>boolean</classname>
- <description>If the min/max values are shown on the right/left borders of a
control. . Default value is "true".
+ <description>If the min/max values are shown on the right/left borders of a
control. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
---
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-12-28
19:39:09 UTC (rev 12036)
+++
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-12-29
03:51:58 UTC (rev 12037)
@@ -284,7 +284,7 @@
<property>
<name>disableBrowserAutoComplete</name>
<classname>boolean</classname>
- <description>Disable browser's auto completion</description>
+ <description>Disable browser's auto completion. Default value is
"false"</description>
<defaultvalue>false</defaultvalue>
</property>
</component>
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-12-28 19:39:09 UTC
(rev 12036)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-12-29 03:51:58 UTC
(rev 12037)
@@ -456,7 +456,7 @@
<property>
<name>controlsVerticalAlign</name>
<classname>java.lang.String</classname>
- <description>Customizes vertically a position of move/copy and order
controls relatively to lists</description>
+ <description>Customizes vertically a position of move/copy and order
controls relatively to lists. Default value is
"middle"</description>
<defaultvalue><![CDATA["middle"]]></defaultvalue>
</property>
<property>
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-12-28 19:39:09 UTC
(rev 12036)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-12-29 03:51:58 UTC
(rev 12037)
@@ -157,7 +157,7 @@
<property>
<name>showWhenRendered</name>
<classname>boolean</classname>
- <description> If "true" value for this attribute makes a modal panel
opened as default. </description>
+ <description> If "true" value for this attribute makes a modal panel
opened as default. Default value is "false"</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -292,7 +292,7 @@
<property>
<name>trimOverlayedElements</name>
<classname>boolean</classname>
- <description>Defines whether to trim or not elements inside
modalPanel</description>
+ <description>Defines whether to trim or not elements inside modalPanel. Default
value is "true"</description>
<defaultvalue>true</defaultvalue>
</property>
</component>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -54,7 +54,7 @@
<name>showButtonLabels</name>
<classname>boolean</classname>
<description>
- If "true", shows a label for a button
+ If "true", shows a label for a button. Default value is
"true"
</description>
<defaultvalue><![CDATA[true]]></defaultvalue>
</property>
@@ -145,7 +145,7 @@
Controls vertical rendering. Possible values:
"top" - controls should be rendered aligned to top side of a list.
"bottom" - controls should be rendered aligned to bottom side of a
list.
- "middle" (default) - controls should be rendered centered
relatively to a list.
+ "middle" - controls should be rendered centered relatively to a
list. Default value is "middle"
</description>
<defaultvalue><![CDATA["middle"]]></defaultvalue>
</property>
Modified: trunk/ui/paint2D/src/main/config/component/paint2D.xml
===================================================================
--- trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -101,7 +101,7 @@
Hex colors can be used, as well as common color names.
Invalid values are treated as transparent.
Note, that JPEG format doesn't support transparency, and transparent background is
painted black.
- Also note, that several browsers (e.g. IE6) do not support PNG
transparency]]></description>
+ Also note, that several browsers (e.g. IE6) do not support PNG transparency. Default
value is "transparent"]]></description>
<defaultvalue>"transparent"</defaultvalue>
</property>
<property>
Modified: trunk/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -196,7 +196,7 @@
<property>
<name>label</name>
<classname>java.lang.String</classname>
- <description>Label text appears on a panel item header</description>
+ <description>Label text appears on a panel item header. Default value is
"auto generated label"</description>
<defaultvalue><![CDATA["auto generated
label"]]></defaultvalue>
</property>
<property>
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -39,7 +39,7 @@
<name>showButtonsLabel</name>
<classname>boolean</classname>
<defaultvalue>true</defaultvalue>
- <description>Shows a label for a button</description>
+ <description>Shows a label for a button. Default value is
"true"</description>
</property>
<property>
@@ -73,7 +73,7 @@
<property>
<name>switchByClick</name>
<classname>boolean</classname>
- <description>If "true", dragging between lists
realized by click </description>
+ <description>If "true", dragging between lists realized
by click. Default value is "false"</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -81,7 +81,7 @@
<name>sourceListWidth</name>
<classname>java.lang.String</classname>
<description>
- Defines width of a source list
+ Defines width of a source list. Default value is "140px"
</description>
<defaultvalue>"140px"</defaultvalue>
</property>
@@ -90,7 +90,7 @@
<name>targetListWidth</name>
<classname>java.lang.String</classname>
<description>
- Defines width of a target list
+ Defines width of a target list. Default value is "140px"
</description>
<defaultvalue>"140px"</defaultvalue>
</property>
@@ -99,7 +99,7 @@
<name>listsHeight</name>
<classname>java.lang.String</classname>
<description>
- Defines height of the list
+ Defines height of the list. Default value is "140px"
</description>
<defaultvalue>"140px"</defaultvalue>
</property>
Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-12-28 19:39:09 UTC
(rev 12036)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-12-29 03:51:58 UTC
(rev 12037)
@@ -42,7 +42,7 @@
<property>
<name>mode</name>
<classname>java.lang.String</classname>
- <description>Attributes defines AJAX or CLIENT modes for component. Possible
values are "ajax", "client". Default value is
"client".</description>
+ <description>Attributes defines AJAX or CLIENT modes for component. Possible
values are "ajax", "client". Default value is
"ajax".</description>
<defaultvalue><![CDATA["ajax"]]></defaultvalue>
</property>
<property>
Modified: trunk/ui/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-12-28 19:39:09 UTC
(rev 12036)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-12-29 03:51:58 UTC
(rev 12037)
@@ -50,7 +50,8 @@
<name>lineType</name>
<classname>java.lang.String</classname>
<description>A line type. The possible values are
- "beveled" (default), "dotted",
"dashed", "double", "solid" and
"none".
+ "beveled", "dotted",
"dashed", "double", "solid" and
"none".
+ Default value is "beveled"
</description>
<defaultvalue>"beveled"</defaultvalue>
</property>
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -84,6 +84,7 @@
<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.
+ Default value is "true"
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-12-28 19:39:09 UTC (rev
12036)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-12-29 03:51:58 UTC (rev
12037)
@@ -48,6 +48,7 @@
<classname>boolean</classname>
<description>
boolean attribute which provides possibility to limit JSF tree processing(decoding,
conversion/validation, value applying) to the component which sends the request only.
+ Default value is "true"
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
===================================================================
--- trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-12-28 19:39:09
UTC (rev 12036)
+++ trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-12-29 03:51:58
UTC (rev 12037)
@@ -74,7 +74,7 @@
<name>mapStyle</name>
<classname>java.lang.String</classname>
<description>
- Navigation control size. Possible values are "Road",
"Aerial", "Hybrid", "Birdseye".
Default value is Road
+ Navigation control size. Possible values are "Road",
"Aerial", "Hybrid", "Birdseye".
Default value is "Road"
</description>
<defaultvalue>"Road"</defaultvalue>
</property>
@@ -90,7 +90,7 @@
<name>version</name>
<classname>java.lang.String</classname>
<description>
- Virtual earth version, Default value is "6".
+ Virtual earth version, Default value is "6.1".
</description>
<defaultvalue>"6.1"</defaultvalue>
</property>