[
https://issues.apache.org/jira/browse/TRINIDAD-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774466#action_12774466 ]
Jeanne Waldman commented on TRINIDAD-1628:
------------------------------------------
The skin can be set via the requestMap like this:
Map<java.lang.String, java.lang.Object> map =fContext.getExternalContext().getRequestMap();
// change the skin to the purple skin
map.put("org.apache.myfaces.trinidad.skin.id", "purple.desktop");
> Add the ability to change the skin-family via the requestMap for DesignTime mode
> --------------------------------------------------------------------------------
>
> Key: TRINIDAD-1628
> URL:
https://issues.apache.org/jira/browse/TRINIDAD-1628> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Skinning
> Reporter: Jeanne Waldman
> Assignee: Jeanne Waldman
>
> Allow the DT to choose the skin by setting a string on the request scope that the RT can read while in design time mode.
> See CoreRenderingContext's getRequestMapSkin. This already does this but it is limited now for portlets. Expand by allowing Beans.isDesignTime()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.