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

Reply via email to