<InsertTable> (RibbonDiffXml)
S'applique à: CRM 2015 on-prem, CRM Online
Déconseillé : spécifie une grille de 10x10 utilisée pour indiquer les dimensions d'une table.
Important
This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Microsoft Dynamics CRM 2015 et Microsoft Dynamics CRM Online 2015 Update.
Syntaxe
<InsertTable
Alt="String"
Command="String"
CommandPreview="String"
CommandRevert="String"
CommandType=["General" | "OptionSelection" | "IgnoredByMenu"]
Id="String"
MenuSectionInitialTitle="String"
MenuSectionTitle="String"
Sequence="Integer"
/>
Attributs et éléments
The following table lists the attributes, child elements, and parent elements.
Attributs
Attribute | Description | Type | Usage | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Alt |
Chaîne ou référence à une étiquette localisée à afficher comme texte de remplacement. |
String |
Optional |
||||||||
CommandPreview |
Spécifie l'ID de la commande de ruban à exécuter lorsque le curseur pointe sur le contrôle avant sa sélection. |
String |
Optional |
||||||||
CommandRevert |
Spécifie l'ID de la commande de ruban à exécuter lorsque l'utilisateur sélectionne Annuler. |
String |
Optional |
||||||||
CommandType |
Permet de spécifier un autre type de commande. Valid values:
|
Enumeration |
Optional |
||||||||
Id |
Spécifie un identificateur unique pour la définition d'un élément de ruban. Il est recommandé d'utiliser un point pour séparer les parties du nom, comme suit : [identificateur de solution].[entity].[ribbon].[function].[nom d'élément]. Par exemple : 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 Important 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 |
Spécifie l'emplacement de la modification du ruban en définissant la valeur Sequence plus haut ou plus bas que les éléments de ruban existants. |
Integer |
Optional |
Éléments enfants
Cet élément n'a pas d'élément enfant.
Éléments parents
Element | Description |
---|---|
Spécifie les éléments de ruban visibles à inclure dans un élément CustomAction. |
|
Contient un ensemble de contrôles. |
Informations sur l'élément
XPath |
|
Schema Name |
InsertTableType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
Yes |
Voir aussi
Autres ressources
Ribbon XML reference
Personnaliser les commandes et le ruban
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.