<GroupTemplate> (RibbonDiffXml)
Se aplica a: CRM 2016 on-prem, CRM Online
Especifica una recopilación de definiciones de diseño que un grupo puede usar cuando cambia el ancho de la cinta de opciones.
Sintaxis
<GroupTemplate
Id="String"
ClassName="String">
<Layout />
</GroupTemplate>
Atributos y elementos
The following table lists the attributes, child elements, and parent elements.
Atributos
Attribute | Description | Type | Usage |
---|---|---|---|
ClassName |
The name of a CSS class selector to apply to the group. |
String |
Optional |
Id |
Especifica un identificador único para la definición de un elemento de la cinta de opciones. La convención de nomenclatura más recomendada es la de usar un punto para separar las partes del nombre como: [identificador de solución].[entidad].[cinta de opciones].[función].[nombre de elemento]. Por ejemplo: 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 Importante If you don’t set a globally unique Id value, the ribbon might not display. |
String |
Required |
Elementos secundarios
Element | Description |
---|---|
Especifica un diseño para un grupo en una GroupTemplate. |
Elementos primarios
Element | Description |
---|---|
Contiene una recopilación de plantillas de grupo. |
Información del elemento
XPath |
|
Schema Name |
GroupTemplateType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
Yes |
Vea también
Otros recursos
Ribbon XML reference
Personalizar los comandos y la cinta de opciones
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.