[
https://issues.apache.org/jira/browse/TRINIDAD-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801866#action_12801866
]
Jeanne Waldman commented on TRINIDAD-17:
----------------------------------------
The workaround is to use the Skinning APIs.
e.g., ReferenceIcon is just like the -tr-rule-ref.
// showDetailHeader icons
SkinSelectors.AF_SHOW_DETAIL_HEADER_SD_DISCLOSED_ICON_NAME,
new ReferenceIcon(SkinSelectors.AF_SHOW_DETAIL_DISCLOSED_ICON_NAME),
SkinSelectors.AF_SHOW_DETAIL_HEADER_SD_UNDISCLOSED_ICON_NAME,
new ReferenceIcon(SkinSelectors.AF_SHOW_DETAIL_UNDISCLOSED_ICON_NAME),
> Need to support mapping icons via -tr-rule-ref like we do with styles.
> ----------------------------------------------------------------------
>
> Key: TRINIDAD-17
> URL: https://issues.apache.org/jira/browse/TRINIDAD-17
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.2.1-core
> Environment: Windows.
> Reporter: Bill Baggett
>
> Trinidad skinning supports mapping styles in a css file via the -tr-rule-ref.
> But, it doesn't support mapping icons this way. We need to support this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.