Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:any
Description
The width of the dateSpinner and dateTimeSpinner input element can be controlled by adding the attribute style="width:100px;" but in html the input element can also have an attribute size to manipulate the input field size.
The enhancement request is pretty simple, add a size passthrough attribute that is appendend to the input element on both the dateSpinner and dateTimeSpinner.
The enhancement request is pretty simple, add a size passthrough attribute that is appendend to the input element on both the dateSpinner and dateTimeSpinner.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
rev 27341 now has "size" defined as a passthrough attribute. Note that this size is defined as the number of characters for the width of the input field. Default currently set to 15 for both date and time spinners.