Registering a Custom Look and Feel

To register a custom look and feel with ADF UIX:

For more details about the elements used in configuration, see " UIX Configuration" of the UIX Element Reference. For more information about configuration, refer to the ADF UIX Developer's Guide .

Note: If you do not specify the preferred look and feel for an application, UIX uses the last custom look and feel registered in the UIX configuration file as the default look and feel.

Example


Example in XML

<?xml version="1.0" encoding="windows-1252"?>

<configurations xmlns="http://xmlns.oracle.com/uix/config">

  <application-configuration>
    ...
    <!-- Register one or more custom look and feels -->
    <look-and-feels>
      <look-and-feel-config>WEB-INF/mycompany-laf.xml</look-and-feel-config>
      <look-and-feel-config>WEB-INF/yourcompany-laf.xml</look-and-feel-config>
      <look-and-feel-config>WEB-INF/abcxyz-laf.xml</look-and-feel-config>
      ...
    </look-and-feels>
  </application-configuration>

  <default-configuration></default-configuration>

  <configuration></configuration>

</configurations>    

About Look and Feel Customization
About Packaging a Custom Look and Feel

Creating Custom Look and Feels
Working with ADF UIX Pages
Working with Web Application Design Tools

 

Copyright © 1997, 2004, Oracle. All rights reserved.