Author: smukhina
Date: 2009-07-23 15:40:10 -0400 (Thu, 23 Jul 2009)
New Revision: 14995
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-7535 "inputPosition" attribute
"left" value is added
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
---
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-07-23
19:15:03 UTC (rev 14994)
+++
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-07-23
19:40:10 UTC (rev 14995)
@@ -270,7 +270,7 @@
<property>
<name>inputPosition</name>
<classname>java.lang.String</classname>
- <description>If "right", the InputText Box would be rendered
on the right side of the ruler. If "top", the InputText Box would be rendered on
the top of the ruler. If "bottom", the InputText Box would be rendered on the
bottom of the ruler.</description>
+ <description>If "right", the InputText Box would be rendered on
the right side of the ruler. If "left", the InputText Box would be rendered on
the left side of the ruler. If "top", the InputText Box would be rendered on the
top of the ruler. If "bottom", the InputText Box would be rendered on the bottom
of the ruler.</description>
<defaultvalue><![CDATA["right"]]></defaultvalue>
</property>
&ui_component_attributes;