Element
|
Type
|
Description
|
---|---|---|
codebase\config\actions\navigation-actions.xml
|
XML
|
This file contains the action definitions for the actions that represent the tabs and sub tabs in the Windchill system
|
codebase\config\actions\custom-actions.xml
|
XML
|
This file is used for adding custom actions and customizing existing actions.
|
codebase\config\actions\navigation-actionModels.xml
|
XML
|
This file contains the action model definitions used in the navigation. Including the main tab list, the sub tab list, the recent lists, and the header actions lists.
|
codebase\config\actions\custom-actionModels.xml
|
XML
|
This file is used for adding custom action models and updating existing action models.
|
codebase\action.properties or an rbinfo file
|
rbinfo
|
Preference files
|
<mytab>/<list>.jsp
|
JSP
|
This is the JSP file you will create as the default content for the tab you are adding. You can create as many additional JSPs to associate with sub tabs as you need.
|