You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org> on 2007/07/06 21:46:05 UTC

[jira] Resolved: (TOMAHAWK-13) Externalize the arrow

     [ https://issues.apache.org/jira/browse/TOMAHAWK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cagatay Civici resolved TOMAHAWK-13.
------------------------------------

    Resolution: Won't Fix

Bruno's solution;

<t:commandSortHeader arrow="false" ... >
   <f:facet name="ascending">
       <t:graphicImage url="myAscendingArrow.png" border="0"/>
   </facet>
    <f:facet name="descending">
       <t:graphicImage url="myDescendingArrow.png" border="0"/>
   </facet>

....
</t:commandSortHeader>

> Externalize the <t:commandSortHeader> arrow
> -------------------------------------------
>
>                 Key: TOMAHAWK-13
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-13
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Sort Header
>         Environment: Windows XP Professional SP 2.
>            Reporter: Tim Mashinter
>            Assignee: Cagatay Civici
>
> Externalize the arrow values used by the org.apache.myfaces.custom.sortheader.HtmlSortHeaderRenderer are hardcoded to "&#x2191;" & "&#x2193;". It would be nice if you could customize the value used there. Alternately allowing the use of images as well as characters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.