Partilhar via


<InsertTable> (RibbonDiffXml)

Aplica-se a: CRM 2016 on-prem, CRM Online

Preterido: Especificava uma grade de 10 x 10 usada para especificar as dimensões de uma tabela.

Importante

This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Atualização do Microsoft Dynamics CRM Online 2016 e Microsoft Dynamics CRM 2016 (local).

Sintaxe

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

Atributos e elementos

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

Atributos

Attribute Description Type Usage

Alt

Cadeia de caracteres ou referência a um rótulo localizado a ser exibido como texto alternativo.

String

Optional

CommandPreview

Especifica a ID do comando de faixa de opções a ser executado quando o cursor é colocado sobre o controle antes de ele ser selecionado.

String

Optional

CommandRevert

Especifica a ID do comando de faixa de opções a ser executado quando o usuário seleciona desfazer.

String

Optional

CommandType

Permite especificar outro tipo de comando.

Valid values:

 

Value Description

General

Não é um tipo de comando específico.

OptionSelection

Um comando gerado quando um usuário seleciona uma opção em um grupo de opções.

IgnoredByMenu

Um comando usado em controles que não devem fechar o menu quando clicado.

Enumeration

Optional

Id

Especifica um identificador exclusivo para a definição de um elemento de Faixa de Opções. A convenção de nomenclatura recomendável é usar um ponto para separar as partes do nome, como: [identificador da solução].[entidade].[faixa de opções].[função].[nome do elemento]. Por exemplo: 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

Especifica o local da modificação da Faixa de Opções definindo o valor da Sequência para um número mais alto ou mais baixo que os elementos de Faixa de Opções existentes.

Integer

Optional

Elementos filho

Este elemento não tem elementos filho.

Elemento pai

Element Description

<CommandUIDefinition> (RibbonDiffXml)

Especifica os elementos de Faixa de Opções visíveis a serem incluídos no elemento CustomAction.

<Controls> (RibbonDiffXml)

Contém uma coleção de controles.

Informações do 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

Consulte também

Outros recursos

Ribbon XML reference
Personalizar os comandos e a faixa de opções

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