Add agent and platform support to skinning's css file
-----------------------------------------------------

         Key: ADFFACES-27
         URL: http://issues.apache.org/jira/browse/ADFFACES-27
     Project: MyFaces ADF-Faces
        Type: New Feature

    Reporter: Jeanne Waldman


Add support for configuring skinning style classes based on the user agent and 
platform. The api will look like this:
@platform windows, ppc {
 @agent ie {
   af|column::sortable-header-text {
     cursor: hand;
   }
 }
} 
Possible values for platform are: windows, macos, linux, solaris, ppc
Possible values for agent are: netscape, ie, mozilla, gecko, webkit (maps to 
safari), ice

-- 
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