You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:37:12 UTC

[jira] Updated: (ADFFACES-11) add right-to-left support of skinning styles

     [ https://issues.apache.org/jira/browse/ADFFACES-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-11:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> add right-to-left support of skinning styles
> --------------------------------------------
>
>                 Key: ADFFACES-11
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-11
>             Project: MyFaces ADF-Faces
>          Issue Type: New Feature
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Jeanne Waldman
>         Assigned To: Adam Winer
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: skinrighttoleft
>
>
> Add right to left support for skinning styles. Right now you can add right to left support for skinning icons by adding :rtl to the end of the icon selector key. We need the same functionality for style selectors. This way you can, for example, left-align labels by default, and right-align labels when the browser's language is a rtl language by doing something like this:
> af|inputText::label {text-align:left}
> af|inputText::label:rtl {text-align:right}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.