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
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Patrick Corless
made changes -
Fix Version/s | 1.0 Final [ 10292 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27341 | Tue Jan 24 13:31:00 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/timespinner/TimeSpinner.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/timespinner/TimeSpinnerMeta.java MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/datespinner/DateSpinnerMeta.java MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/datespinner/DateSpinner.java |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.