allow :alias support to merge in -tr- custom skin properties as well
--------------------------------------------------------------------
Key: TRINIDAD-1415
URL: https://issues.apache.org/jira/browse/TRINIDAD-1415
Project: MyFaces Trinidad
Issue Type: New Feature
Components: Skinning
Affects Versions: 1.2.11-core
Reporter: Jeanne Waldman
.AFSomeAlias:alias {-tr-my-property: red}
af|foo {-tr-rule-ref: selector(".AFSomeAlias:alias")}
should resolve into:
af|foo {-tr-my-property: red}
so from the renderer you can say,
getSkin().getProperty("af|foot-tr-my-property") and it would return red.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.