[
https://issues.apache.org/jira/browse/TRINIDAD-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764830#action_12764830
]
Kai Xu commented on TRINIDAD-1592:
----------------------------------
Thanks for the clarification. I get the icon working now. But I want to just
use images . How can I hide text of "move", "move all", "remove", "remove
all"(heading part), "top", "move up", "move down", "bottom" (trailing part) ? I
can use OraLink class to hide heading part, but don't know how to hide trailing
part.
> skin selectors rendered for selectOrderShuttle don't match documented in
> skin-selectors.html
> -----------------------------------------------------------------------------------------------
>
> Key: TRINIDAD-1592
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1592
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.12-core
> Environment: Browser: FF
> OS: windows xp
> Reporter: Kai Xu
>
> Both in my code and live demo the html code rendered as:
> <td valign="middle" nowrap="" align="center" style="padding: 5px;">
> <a
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:leading','_idJsp2:trailing');"/>
> <a class="xi" title="Move selected items to other list"
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:leading','_idJsp2:trailing');">Move</a>
> <div style="margin-top: 5px;"/>
> <a
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:leading','_idJsp2:trailing');"/>
> <a class="xi" title="Move all items to other list"
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:leading','_idJsp2:trailing');">Move
> All</a>
> <div style="margin-top: 5px;"/>
> <a
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:trailing','_idJsp2:leading');"/>
> <a class="xi" title="Remove selected items from list"
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:trailing','_idJsp2:leading');">Remove</a>
> <div style="margin-top: 5px;"/>
> <a
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:trailing','_idJsp2:leading');"/>
> <a class="xi" title="Remove all items from list"
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:trailing','_idJsp2:leading');">Remove
> All</a>
> </td>
> <td valign="middle" align="center">
> <a title="Move selected items to top of list"
> href="javascript:TrShuttleProxy._orderTopBottomList(0,'_idJsp2:trailing');">Top</a>
> <br/>
> <a title="Move selected items up one in list"
> href="javascript:TrShuttleProxy._orderList(0,'_idJsp2:trailing');">Up</a>
> <img width="1" height="15" alt="" src="/CommandCenter/adf/images/t.gif"/>
> <br/>
> <a title="Move selected items down one in list"
> href="javascript:TrShuttleProxy._orderList(1,'_idJsp2:trailing');">Down</a>
> <br/>
> <a title="Move selected items to bottom of list"
> href="javascript:TrShuttleProxy._orderTopBottomList(1,'_idJsp2:trailing');">Bottom</a>
> </td>
> Should they be: something like: .AFShuttleMoveIcon, AFShuttleMoveAllIcon
> instead of "xi", and at trailing side: there is no class defined at all.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.