Partager via


<GroupTemplate> (RibbonDiffXml)

S'applique à: CRM 2016 on-prem, CRM Online

Spécifie un ensemble de définitions de disposition qu'un groupe peut utiliser lorsque la largeur du ruban change.

Syntaxe

<GroupTemplate 
 Id="String"
 ClassName="String">
 <Layout />
</GroupTemplate>

Attributs et éléments

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

Attributs

Attribute Description Type Usage

ClassName

The name of a CSS class selector to apply to the group.

String

Optional

Id

Spécifie un identificateur unique pour la définition d'un élément de ruban. Il est recommandé d'utiliser un point pour séparer les parties du nom, comme suit : [identificateur de solution].[entité].[ruban].[fonction].[nom d'élément]. Par exemple : 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.

Important

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

String

Required

Éléments enfants

Element Description

<Layout> (RibbonDiffXml)

Spécifie une présentation pour un groupe dans un GroupTemplate.

Éléments parents

Element Description

<RibbonTemplates> (RibbonDiffXml)

Contient un ensemble de modèles de groupe.

Informations sur l'élément

XPath

//RibbonDiffXml/Templates/RibbonTemplates/GroupTemplate

Schema Name

GroupTemplateType

Validation File

RibbonWSS.xsd

Can be Empty

Yes

Voir aussi

Autres ressources

Ribbon XML reference
Personnaliser les commandes et le ruban

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