ICEfaces
  1. ICEfaces
  2. ICE-2133

Allow customizing commandSortHeader arrow style

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      n/a

      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.

        Activity

        Hide
        Adnan Durrani added a comment -

        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.)
        .iceCmdSrtHdrAsc

        { background-image: url( "./css-images/arrowAsc.jpg" ); }

        .iceCmdSrtHdrDesc

        { background-image: url( "./css-images/arrowDesc.jpg" ); }

        revision 15922.

        Show
        Adnan Durrani added a comment - 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.) .iceCmdSrtHdrAsc { background-image: url( "./css-images/arrowAsc.jpg" ); } .iceCmdSrtHdrDesc { background-image: url( "./css-images/arrowDesc.jpg" ); } revision 15922.

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: