<ColorPicker> (RibbonDiffXml)
S'applique à: CRM 2015 on-prem, CRM Online
Déconseillé : spécifie une grille utilisée pour sélectionner une couleur ou un style.
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
<ColorPicker
Command="String"
CommandPreview="String"
CommandRevert="String"
Id="String"
QueryCommand="String"
Sequence="Integer"
TemplateAlias="String" >
<Colors />
</ColorPicker>
Attributs et éléments
The following table lists the attributes, child elements, and parent elements.
Attributs
Attribute | Description | Type | Usage |
---|---|---|---|
Command |
Spécifie l'ID de la commande de ruban pour ce contrôle. |
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 |
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 |
QueryCommand |
Spécifie le nom de la commande à exécuter lors de l'interrogation des informations d'état. |
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 |
TemplateAlias |
Associe un élément de ruban enfant de CommandUIDefinition à un espace réservé d'emplacement au sein d'un enfant d'un élément Layout. Cette valeur définit l'emplacement d'affichage du contrôle dans un groupe de contrôles lorsque la disposition change. |
String |
Optional |
Éléments enfants
Element | Description |
---|---|
Spécifie un ensemble de couleurs pour un contrôle de sélection de couleurs. |
É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 |
ColorPickerType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
Yes |
Voir aussi
Autres ressources
Personnaliser les commandes et le ruban
Ribbon XML reference
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.