<Group> (RibbonDiffXml)
Se aplica a: CRM 2016 on-prem, CRM Online
Especifica un grupo de controles en una pestaña que comparte una plantilla de diseño común.
Sintaxis
<Group
Command="String"
Description="String"
Id="String"
Image32by32Popup="String"
Image32by32PopupClass="String"
Image32by32PopupLeft="Non Positive Integer"
Image32by32PopupTop="Non Positive Integer"
PopupWidth ="String"
Sequence="Integer"
Template="String"
Title="String" >
<Controls />
</Group>
Atributos y elementos
The following table lists the attributes, child elements, and parent elements.
Atributos
Attribute | Description | Type | Usage |
---|---|---|---|
Command |
Especifica el identificador del comando de la cinta de opciones de este control. |
String |
Optional |
Description |
Microsoft Dynamics CRM no utiliza el atributo Descripción. |
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 |
Image32by32Popup |
Especifica la imagen de 32 por 32 píxeles mostrada cuando un grupo se muestra como lista emergente en la cinta de opciones. Puede ser una ruta a un archivo de imagen o puede hacer referencia a un recurso web mediante la directiva $webresource:. |
String |
Optional |
Image32by32PopupClass |
The name of a CSS class selector to be applied to the image. |
String |
Optional |
Image32by32PopupLeft |
A negative integer that represents an offset for the left edge of the image. Use this attribute when the Image32by32Popup attribute points to an image file that contains images for many icons. The value of the Image32by32PopupLeft attribute is used to set the CSS left attribute for the inline style of an HTML img tag. |
Non Positive Integer |
Optional |
Image32by32PopupTop |
A negative integer that represents an offset for the top edge of the image. Use this attribute when the Image32by32Popup attribute points to an image file that contains images for many icons. The value of the Image32by32PopupTop attribute is used to set the CSS top attribute for the inline style of an HTML img tag. |
Non Positive Integer |
Optional |
PopupWidth |
The width of the popup to display in pixels. |
String |
Optional |
Sequence |
Especifique la ubicación de la modificación de la cinta de opciones. Para ello, defina el valor de secuencia más alto o más bajo que los elementos de la cinta de opciones existentes. |
Integer |
Optional |
Template |
A string that corresponds to the Id attribute of a <GroupTemplate> (RibbonDiffXml) element. |
String |
Optional |
Title |
The text to include in the label for the group. |
String |
Optional |
Elementos secundarios
Element | Description |
---|---|
Contiene una recopilación de controles. |
Elementos primarios
Element | Description |
---|---|
Especifica los elementos visibles de la cinta de opciones para incluirse en un elemento CustomAction. |
|
Contiene una recopilación de elementos de grupo. |
Información del elemento
XPath |
|
Schema Name |
GroupType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
No |
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.