Del via


<MenuSection> (RibbonDiffXml)

Gælder for: CRM 2016 on-prem, CRM Online

Angiver en sektion, der bruges til at opdele en menu. En menusektion kan have en titel og indeholde kontrolelementer.

Syntaks

<MenuSection
 DisplayMode=["Default" | "Small" | "Medium"  | "Large"  | "Text"  | "Menu"  | "Menu16"  | "Menu32"  | "Thin"]
 Id="String"
 MaxHeight="String"
 Scrollable="true"
 Sequence="Integer"
 Title="String">
 [<Controls /> | <Gallery />]
</MenuSection>

Attributter og elementer

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

Attributter

Attribute Description Type Usage

DisplayMode

Styrer den tilstand, der bruges til at få vist elementet.

Valid values:

 

Value Description

Menu

Viser elementet som en menu.

Menu16

Viser elementet i en menu med en højde på 16 pixel.

Menu32

Viser elementet i en menu med en højde på 32 pixel.

Enumeration

Optional

Id

Angiver et entydigt id for definitionen på et element på båndet. Det anbefales på det kraftigste at bruge navnekonventionen, der adskiller delene i navnet med et punktum som f.eks.: [løsnings-id].[objekt].[bånd].[funktion].[elementnavn]. Et eksempel: 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.

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

String

Required

MaxHeight

Specifies the maximum height of the section in pixels.

String

Optional

Scrollable

Specifies whether to make this section of the menu scrollable. Set to true to make scrollable. The default is false.

Boolean

Optional

Sequence

Angiv placeringen af det ændrede bånd ved at angive sekvensværdien til at være højere eller lavere end eksisterende elementer på båndet.

Integer

Optional

Title

Species the label to display for the MenuSection.

String

Optional

Underordnede elementer

Element Description

<Controls> (RibbonDiffXml)

Indeholder en samling objekter.

<Gallery> (RibbonDiffXml)

Udfaset: Angav et kontrolelement, der viser en samling relaterede kontrolelementer på båndet. Hvis der er for mange elementer i galleriet, kan du bruge en udvidelsespil til at få vist resten af samlingen i en rude.

Overordnede elementer

Element Description

<Menu> (RibbonDiffXml)

Angiver en objektbeholder, der bruges til at få vist pop op-menuer.

Bemærkninger

You may get the following error “MenuSections can only have children of type MenuItem, Gallery or GroupPopup.” when viewing a Ribbon that has a MenuSectionDisplayMode attribute value set to the following values: Default, Small, Medium, Large, Text, Thin. While according to the RibbonWSS.xsd these are valid values, they should not be used.

Elementoplysninger

XPath

//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu/MenuSection |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/ComboBox/Menu/MenuSection

Schema Name

MenuSectionType

Validation File

RibbonWSS.xsd

Can be Empty

Se også

Andre ressourcer

Ribbon XML reference
Tilpasse kommandoer og båndet

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