Show TOC

 Layout Definition for Dialog Boxes Locate this document in the navigation structure

Use

You can use this function to individually design the layout of dialog boxes in the browser-based PI sheet and manufacturing cockpit.

Prerequisites

If you want to replace the standard layout with your own layout, the following requirements must be met:

Features

The XSL style sheet that you declare in the layout definition applies to the following dialog boxes:

  • “Deviation Occurred”

  • “Display Deviation History”

  • “Display Signatures”

If the declaration is not defined in the layout definition or contains errors, the standard layout PMC_STY_D_DEFAULTX.XSL is used for dialog boxes.

Activities

To use your own layout for dialog boxes, you specify the following XML definition in the long text for characteristic PPPI_LAYOUT in the layout definition:

<?xml version="1.0"?>

<LAYOUT>

...

<DIALOG>

<STYLE> Name of the XSL file </STYLE>

</DIALOG>

...

</LAYOUT>