| Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code to Customize Dialog Boxes > Appearance Tag of the dialogs.xml File
 The appearance tag defines the position and size of the dialog box. It includes the following attributes: 
height. Defines the height of the dialog box, in pixels.
width. Defines the width of the dialog box, in pixels.
position. Defines the position of the dialog box in a screen. The position attribute can contain the following values:
parent_center. Displayed on the center of a parent window.
desktop_center. Displayed on the center of the desktop.
custom. A custom position.
top. The top position of the dialog box. The position attribute must include a custom value.
left. The left position of the dialog box. The position attribute must include a custom value.
 |