Possibility to configure values in the theme dependent from the markup
----------------------------------------------------------------------
Key: TOBAGO-827
URL: https://issues.apache.org/jira/browse/TOBAGO-827
Project: MyFaces Tobago
Issue Type: Improvement
Components: Core
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Example: Say you define a <tc:box markup="light"/> which doesn't make a frame
around the content.
You have to change the offset space of the box.
The ThemeConfig will add all markups it found to a sum.
E.g.
Box.leftOffset=6
Box[content].leftOffset=-6
The "light" markuped box will have a offset of 0px and the normal box have 6px
left offset.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.