Share via


ToolBar

The ToolBar element represents a toolbar that is added to an object detail form in the Web application configuration file (isv.config).

Example

<ToolBar ValidForCreate="0" ValidForUpdate="1">
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="https://www.microsoft.com"
        PassParams="1" WinParams="" WinMode="0"/>
   <ToolBarSpacer/>
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="https://www.microsoft.com"
        PassParams="1" WinParams="" WinMode="1"/> 
</ToolBar>

Attributes

ValidForCreate

Specifies whether the toolbar should be shown in the detail form window when an object is being created.

ValidForUpdate

Specifies whether the toolbar should be shown in the detail form window when an object is being updated.

Element Information

Number of occurrences One
Parent elements account, contact, lead, opportunity, incident, quote, salesorder, or invoice
Child elements Zero or more of Button and/or ToolBarSpacer

© 2005 Microsoft Corporation. All rights reserved.