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 "Simon Lessard (JIRA)" <ad...@incubator.apache.org> on 2006/07/11 16:51:30 UTC

[jira] Created: (ADFFACES-54) Allow skins to inherit something else than simple skin

Allow skins to inherit something else than simple skin
------------------------------------------------------

         Key: ADFFACES-54
         URL: http://issues.apache.org/jira/browse/ADFFACES-54
     Project: MyFaces ADF-Faces
        Type: Improvement

    Reporter: Simon Lessard


Create a document level -import or -extends skin command that would allow the current CSS to inherit from the specified skin rather than simple one. The main difficulty that I see with this will be the localisation algorithm to use.

It could be -extends(skinFamily) or -extends(skinId) then find the right parent CSS using adf-faces-skins.xml. If family is used instead of id, the current CSS' entry would have to be found to generate the right id (desktop or pda for example). Circular references would also need to be checked to prevent infinite recursion of course.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (ADFFACES-54) Allow skins to inherit something else than simple skin

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Allow skins to inherit something else than simple skin
> ------------------------------------------------------
>
>                 Key: ADFFACES-54
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-54
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Simon Lessard
>
> Create a document level -import or -extends skin command that would allow the current CSS to inherit from the specified skin rather than simple one. The main difficulty that I see with this will be the localisation algorithm to use.
> It could be -extends(skinFamily) or -extends(skinId) then find the right parent CSS using adf-faces-skins.xml. If family is used instead of id, the current CSS' entry would have to be found to generate the right id (desktop or pda for example). Circular references would also need to be checked to prevent infinite recursion of course.

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