Author: msorokin
Date: 2008-05-08 06:26:14 -0400 (Thu, 08 May 2008)
New Revision: 8492
Modified:
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-3294
Fixed. The correct info was added to the guide.
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-05-08 10:10:54 UTC
(rev 8491)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-05-08 10:26:14 UTC
(rev 8492)
@@ -49,26 +49,26 @@
<property>
<name>width</name>
<classname>int</classname>
- <description> Attribute defines width of component. Default value is
"-1". </description>
- <defaultvalue>-1</defaultvalue>
+ <description> Attribute defines width of component. Default value is
"300". </description>
+ <defaultvalue>300</defaultvalue>
</property>
<property>
<name>height</name>
<classname>int</classname>
- <description>Attribute defines height of component. Default value is
"-1". </description>
- <defaultvalue>-1</defaultvalue>
+ <description>Attribute defines height of component. Default value is
"200". </description>
+ <defaultvalue>200</defaultvalue>
</property>
<property>
<name>minWidth</name>
<classname>int</classname>
- <description> Attribute defines min width of component. Default value is
"-1". </description>
- <defaultvalue>-1</defaultvalue>
+ <description> Attribute defines min width of component. Default value is
"10". If the value is less then 10, a
"IllegalArgumentException" exception is thrown.</description>
+ <defaultvalue>10</defaultvalue>
</property>
<property>
<name>minHeight</name>
<classname>int</classname>
- <description> Attribute defines min height of component. Default value is
"-1". </description>
- <defaultvalue>-1</defaultvalue>
+ <description> Attribute defines min height of component. Default value is
"10". If the value is less then 10, a
"IllegalArgumentException" exception is thrown. </description>
+ <defaultvalue>10</defaultvalue>
</property>
<property>
<name>left</name>