Toolbar

A toolbar that is added to an object detail form.

Example

<ToolBar ValidForCreate="0" ValidForUpdate="1">
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="http://www.microsoft.com"
        PassParams="1" WinParams="" WinMode="0"/>
   <ToolBarSpacer/>
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="http://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


© 2003 Microsoft Corporation. All rights reserved.


Page view tracker