Share via


<InsertTable> (RibbonDiffXml)

Si applica a: CRM 2016 on-prem, CRM Online

Deprecato: viene specificata una griglia 10x10 utilizzata per specificare le dimensioni di una tabella.

Importante

This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Aggiornamento di Microsoft Dynamics CRM Online 2016 e Microsoft Dynamics CRM 2016 (locale).

Sintassi

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

Attributi ed elementi

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

Attributi

Attribute Description Type Usage

Alt

Stringa o riferimento a un'etichetta localizzata da visualizzare come testo alternativo.

String

Optional

CommandPreview

Specifica l'ID del comando della barra multifunzione da eseguire quando il cursore viene passato sul controllo prima della selezione.

String

Optional

CommandRevert

Specifica l'ID del comando della barra multifunzione da eseguire quando l'utente seleziona undo.

String

Optional

CommandType

Consente di specificare un tipo diverso di comando.

Valid values:

 

Value Description

General

Non un tipo specifico di comando.

OptionSelection

Comando generato quando un utente seleziona un'opzione in un gruppo di opzioni.

IgnoredByMenu

Comando utilizzato per i controlli che non devono venire chiusi quando si fa clic sul menu.

Enumeration

Optional

Id

Specifica un identificatore univoco per la definizione di un elemento della barra multifunzione. La convenzione di denominazione consigliata è l'utilizzo di un punto per separare le parti del nome, come segue: [identificatore soluzione].[entità].[barra multifunzione].[funzione].[nome elemento]. Ad esempio: 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

Specificare la posizione della modifica della barra multifunzione impostando il parametro Sequence su un valore più alto o più basso degli elementi esistenti della barra multifunzione.

Integer

Optional

Elementi figlio

Questo elemento non presenta elementi figlio.

Elementi padre

Element Description

<CommandUIDefinition> (RibbonDiffXml)

Specifica gli elementi della barra multifunzione visibili da includere in un elemento CustomAction.

<Controls> (RibbonDiffXml)

Contiene una raccolta di controlli.

Informazioni 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

Vedere anche

Altre risorse

Ribbon XML reference
Personalizzare i comandi e la barra multifunzione

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