Freigeben über


<Menu> (RibbonDiffXml)

Betrifft: CRM 2016 on-prem, CRM Online

Gibt einen Container zum Anzeigen von Popupmenüs an.

Syntax

<Menu
 Id="String"
 MaxWidth="String" 
>
 <MenuSection />
</Menu>

Attribute und Elemente

The following table lists the attributes, child elements, and parent elements.

Attribute

Attribute Description Type Usage

Id

Gibt einen eindeutigen Bezeichner für die Definition eines Menübandelements an. Die dringend empfohlene Namenskonvention sieht die Verwendung eines Punkts zum Trennen der Teile des Namens vor: [Lösungsbezeichner].[Entität].[Menüband].[Funktion].[Elementname]. Beispiel: MyISV.account.form.SendToOtherSystem.Button.

Use the {!EntityLogicalName} token in the Id attribute when you define a ribbon element that will be used for multiple entities. This inserts the entity logical name into the Id value to make sure that the Id value is globally unique.

For example, if you use MyISV.{!EntityLogicalName}.form.SendToOtherSystem.Button with the account entity, the Id will be MyISV.account.form.SendToOtherSystem.Button. For the contact entity, the Id will be MyISV.contact.form.SendToOtherSystem.Button.

Wichtig

If you don’t set a globally unique Id value, the ribbon might not display.

String

Required

MaxWidth

The maximum width in pixels.

String

Optional

Untergeordnete Elemente

Element Description

<MenuSection> (RibbonDiffXml)

Gibt einen Abschnitt an, der zum Teilen eines Menüs verwendet wird. Ein Menüabschnitt kann einen Titel aufweisen und Steuerelemente enthalten.

Übergeordnete Elemente

Element Description

<CommandUIDefinition> (RibbonDiffXml)

Gibt die sichtbaren Menübandelemente an, die in einem CustomAction-Element enthalten sein sollen.

<ComboBox> (RibbonDiffXml)

Veraltet: Gab eine Liste an, die zum Auswählen eines Werts durch Klicken oder Eingeben verwendet wird.

<FlyoutAnchor> (RibbonDiffXml)

Gibt eine Schaltfläche mit einem Abwärtspfeil zum Öffnen eines Menüs an.

<DropDown> (RibbonDiffXml)

Veraltet: Gab eine Liste an, die zum Auswählen eines Wert durch Klicken verwendet wird.

<MRUSplitButton> (RibbonDiffXml)

Veraltet: Gab ein Trennschaltflächensteuerelement an, das zuletzt verwendete Elemente anzeigt.

<SplitButton> (RibbonDiffXml)

Gibt ein Steuerelement an, das als Schaltfläche und Menü verwendet wird.

Elementinformationen

XPath

//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/ComboBox/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu/MenuSection/Controls/FlyoutAnchor/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/DropDown/Menu |
//Controls/DropDown/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/MRUSplitButton/Menu |
//Controls/MRUSplitButton/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/SplitButton/Menu |
//Controls/SplitButton/Menu

Schema Name

MenuType

Validation File

RibbonWSS.xsd

Can be Empty

No

Siehe auch

Weitere Ressourcen

Ribbon XML reference
Anpassen von Befehlen und des Menübands

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.