Share via


<InsertTable> (RibbonDiffXml)

Se aplica a: CRM 2016 on-prem, CRM Online

Obsoleto: Especificaba una cuadrícula de 10 por 10 usada para especificar las dimensiones de una tabla.

Importante

This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Actualización 2016 de Microsoft Dynamics CRM Online y Microsoft Dynamics CRM 2016 (local).

Sintaxis

<InsertTable 
 Alt="String"
 Command="String"
 CommandPreview="String"
 CommandRevert="String"
 CommandType=["General" | "OptionSelection" | "IgnoredByMenu"]
 Id="String"
 MenuSectionInitialTitle="String"
 MenuSectionTitle="String"
 Sequence="Integer"
/>

Atributos y elementos

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

Atributos

Attribute Description Type Usage

Alt

Cadena o referencia a una etiqueta localizada para mostrar un texto alternativo.

String

Optional

CommandPreview

Especifica el identificador del comando de la cinta de opciones para ejecutar cuando se pasa el cursor sobre el control antes de que se seleccione.

String

Optional

CommandRevert

Especifica el identificador del comando de la cinta de opciones para que se ejecute cuando el usuario seleccione deshacer.

String

Optional

CommandType

Permite especificar un tipo distinto de comando.

Valid values:

 

Value Description

General

No es un tipo específico de comando.

OptionSelection

Un comando generado cuando un usuario selecciona una opción en un grupo de opciones.

IgnoredByMenu

Un comando usado para controles que no deberían cerrar el menú cuando se hace clic en ellos.

Enumeration

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 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.

Importante

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

String

Required

MenuSectionInitialTitle

The title of the menu section before table cells are selected, such as "Insert Table".

String

Optional

MenuSectionTitle

The title of the menu section when table cells are selected. This could be a format string such as "Insert a {0} by {1} Table".

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

Elementos secundarios

Este elemento no tiene elementos secundarios.

Elementos primarios

Element Description

<CommandUIDefinition> (RibbonDiffXml)

Especifica los elementos visibles de la cinta de opciones para incluirse en un elemento CustomAction.

<Controls> (RibbonDiffXml)

Contiene una recopilación de controles.

Información del elemento

XPath

//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/InsertTable |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Controls/InsertTable |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu/MenuSection/Controls/InsertTable

Schema Name

InsertTableType

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.