Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: ICE-Components
-
Labels:None
-
Environment:n/a
-
ICEsoft Forum Reference:
-
Affects:Compatibility/Configuration
Description
should allow developer to customize the commandSortHeader arrow via an image specified in the theme styling and also customizable via a custom styleClass on the component.
It's currently hard-coded as a character (↑ & ↓). This should be removed and replaced with the image/style based implementation.
It's currently hard-coded as a character (↑ & ↓). This should be removed and replaced with the image/style based implementation.
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Minor [ 4 ] |
Summary | Allow customizing commandSortHeader arrow | Allow customizing commandSortHeader arrow style |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Estimated Complexity | Low | |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee Priority | P2 | |
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | 1.6.1 [ 10070 ] | |
Description | should allow developer to customize the commandSortHeader arrow. Either an image or a different character. It's currently hard-coded as ↑ & ↓ |
should allow developer to customize the commandSortHeader arrow via an image specified in the theme styling and also customizable via a custom styleClass on the component. It's currently hard-coded as a character (↑ & ↓). This should be removed and replaced with the image/style based implementation. |
Assignee | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Affects | [Compatibility/Configuration] |
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
The "arrow" attribute has been deprecated, it will not have any effect in 1.7. anymore.
To change the appearance of the arrow images, the following style classes needs to be customized.
-iceCmdSrtHdrAsc
-iceCmdSrtHdrDesc
(e.g.)
{ background-image: url( "./css-images/arrowAsc.jpg" ); }.iceCmdSrtHdrAsc
.iceCmdSrtHdrDesc
{ background-image: url( "./css-images/arrowDesc.jpg" ); }revision 15922.