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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r44996: added labelPosition attribute to ace:checkboxButton, while keeping the inField value as the default.