| Bookshelf Home | Contents | Index | PDF | ![]() |
|
Siebel Self-Service Application Developer's Guide > Customizing the Appearance of Siebel Self-Service Applications > Customizing Menu Orientation for Self-Service ApplicationsIn Siebel Self-Service Applications, menus can be laid out vertically or horizontally for the selected skins. This is controlled by the faces-config-base-skin-properties.xml file in the Menus are rendered either horizontally in page headers or vertically in the left facets of page central content areas depending on the values set in this file. The following is an example of faces-config-base-skin-properties.xml: <?xml version="1.0" encoding="windows-1252"?> <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> <faces-config xmlns="http://java.sun.com/JSF/Configuration"> <managed-bean-name>SelfService</managed-bean-name> <managed-bean-class>oracle.apps.ss.base.view.util.SkinProperties</managed-bean-class> <managed-bean-scope>application</managed-bean-scope> <property-name>menuLayout</property-name> <managed-bean-name>Sample</managed-bean-name> <managed-bean-class>oracle.apps.ss.base.view.util.SkinProperties</managed-bean-class> <managed-bean-scope>application</managed-bean-scope> <property-name>menuLayout</property-name> You can copy, rename, and customize the faces-config-base-skin-properties.xml file to determine the orientation of menus in your applications. To customize menu layout for Self-Service applications
|
![]() |
![]() |
| Siebel Self-Service Application Developer's Guide | Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |