You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2009/11/19 17:23:39 UTC

[jira] Created: (TOBAGO-827) Possibility to configure values in the theme dependent from the markup

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.