Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 4.0
 - 
            Fix Version/s: 4.1
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:ICEfaces 4, ace:checkboxButton(s)
 
- 
                        Assignee Priority:P1
 - 
                        Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
 
Description
                    As of ICEfaces 4.0 the ace:checkboxButton supports the built-in label attribute, but does not support the labelPosition attribute that the other ACE input components, such as ace:inputText or even ace:radioButton, do.
This JIRA is to add support for the labelPosition attribute to the checkboxButton component.
Note that the current label rendering position (on/in the button itself) should map to the "in-field" labelPosition and also be the default to avoid breaking backwards compatibility with existing applications.
This JIRA is to add support for the labelPosition attribute to the checkboxButton component.
Note that the current label rendering position (on/in the button itself) should map to the "in-field" labelPosition and also be the default to avoid breaking backwards compatibility with existing applications.
Issue Links
- blocks
 - 
            
        
        ICE-10693
        ace:checkboxButton not selected when associated outputLabel is clicked
    
-         
     - Closed
 
 -         
 
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Fix Version/s | 4.1 [ 11375 ] | |
| Affects Version/s | 4.0 [ 11382 ] | |
| Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
| Assignee Priority | P1 [ 10010 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #44996 | Tue Jun 09 15:14:56 MDT 2015 | art.zambrano |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonMeta.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

r44996: added labelPosition attribute to ace:checkboxButton, while keeping the inField value as the default.