Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Minor
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: None
 - 
            Fix Version/s: 1.7.2
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:selectInputDate + title on text field
 
Description
                    an attribute needs to be added on the selectInputDate component, to change the title of the input text field.
            
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Priority | Major [ 3 ] | Minor [ 4 ] | 
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Assignee Priority | P2 | |
| Assignee | Mark Collette [ mark.collette ] | 
| Assignee | Mark Collette [ mark.collette ] | Yip Ng [ yip.ng ] | 
                        
    
 made changes  - 
        
        | Attachment | screenshot-1.jpg [ 11205 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #17468 | Fri Aug 29 13:33:12 MDT 2008 | yip.ng |      Added inputTitle attribute for calendar input field.  | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-selectInputDate-props.xml
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #17469 | Fri Aug 29 13:36:40 MDT 2008 | yip.ng |      Added inputTitle attribute for calendar input field.  | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java
            
             
                            MODIFY
            				/icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-selectInputDate-props.xml
            
             
                            MODIFY
            				/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java
            
             | 
                        
    
 made changes  - 
        
        | Attachment | screenshot-2.jpg [ 11209 ] | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 1.7.2RC1 [ 10140 ] | |
| Fix Version/s | 1.7.2 [ 10130 ] | 
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Fix Version/s | 1.7.2RC1 [ 10140 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 
| Assignee Priority | P2 | |
| Assignee | Yip Ng [ yip.ng ] | 

There is already a title attribute. See screenshot-1. The title is added like this:
<ice:selectInputDate id="date2"
{dateSelect.date2}renderMonthAsDropdown="true" renderYearAsDropdown="true"
value="#
"
{dateSelect.effect2ChangeListener}valueChangeListener="#
"
title="Canada's date of birth"
renderAsPopup="true">