To changes the layout of an existing page or create a new page that is accessed by a navigational item from the global context area, you need to create or modify a tab definition.

Note: Customizations should occur in your custom directory as outlined in Customization Best Practices.

To create a new tab definition:

  1. Create an /atg/svc/framework/serviceFramework.xml file in your new custom module and add the ContentDefinition item for the new tab action. This defines the JavaScript action that will be attached to the TabDefinition item for the new tab and then executed.

  2. To create a new navigational item within the tab, modify the NavContainer and other NavItem components as outlined in Creating a New NavAction section.

  3. Append your new tab definition information to the default tab definition.

  4. Create the panel stack definition that will be used by your new tab definition.

  5. Create the JSP files and resources that you identified in your definitions.

    Note: You must ensure that the access rights for the tab and the panels are correct.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices