Author: atsebro
Date: 2008-11-04 11:06:42 -0500 (Tue, 04 Nov 2008)
New Revision: 11016
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_attributes.ent
Log:
RF-4610: inputNumberSlider: there is incorrect description of maxlength attribute
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_attributes.ent 2008-11-04
16:02:04 UTC (rev 11015)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_attributes.ent 2008-11-04
16:06:42 UTC (rev 11016)
@@ -13,7 +13,10 @@
<property>
<name>maxlength</name>
<classname>int</classname>
- <description>When the type attribute has the value "text" or
"password", this attribute specifies the maximum number of characters you may
enter. This number may exceed the specified size, in which case the user agent should
offer a scrolling mechanism. The default value for this attribute is an unlimited
number</description>
+ <description>Specifies the maximum number of digits that could be entered
into the input field.
+ The maximum number is unlimited by default.
+ If entered value exceeds the value specified in "maxValue" attribute than the
slider takes a maximum value position.
+ </description>
</property>
</properties>
Show replies by date