I have a couple of skinning questions:

 

When use inlineStyle with tr:document, I get the desired effect:

 

<tr:document title="eLoadMaster" 

  inlineStyle="{background-image:
url(images/border_back.gif);padding:0px;}">

 

I would like to use a skin selector or a styleClass. 

 

I have tried defining a couple of several skin selectors for tr:document and
have also tried using styleClass with the "AFDocument" class.  Nothing
works.

 

.AFDocument {

      background-image: url(images/border_back.gif);

      padding:0px;

      }

      

af|outputdocument {

      background-image: url(images/border_back.gif);

      padding:0px;

      }

      

af|document {

      background-image: url(images/border_back.gif);

      padding:0px;

      }

 

trinidad-skins.xml contains:

 

    <skin>

        <id>eLoadMaster.desktop</id>

        <family>eLoadMaster</family>

        <render-kit-id>

            org.apache.myfaces.trinidad.desktop

        </render-kit-id>

        <style-sheet-name>

            skins/eLoadMaster/eLoadMaster.css

        </style-sheet-name>

    </skin>

 

 

trinidad-config.xml contains:

  <skin-family>eLoadMaster</skin-family>  

 

The page appears to be rendering with the correct css link:

 

<link rel="stylesheet" charset="UTF-8" type="text/css"
href="/AHM560_WEB/adf/styles/cache/eLoadMaster-desktop-1_0_0-incubating-en-i
e.css">

 

 

Questions:

 

How do I define (use) a skin selector for tr:document?

Where are the skin selectors defined?

 

I did find skin-selectors.xml in cvs, but I can't find a selector for
tr:document.

I have also looked at: 
http://www.oracle.com/technology/products/adf/adffaces/11/doc/skin-selectors
.html

 

Thanks - Paul

 

Reply via email to