<column> (FormXml)
S'applique à: CRM 2016 on-prem, CRM Online
Spécifie une colonne dans un élément d'onglet.
Syntaxe
<column width="String">
<sections />
</column>
Attributs et éléments
The following describes the attributes, child elements, and parent elements.
Attributs
Attribute | Description | Type | Usage |
---|---|---|---|
width |
Specifies the width of a column by a percentage. |
String (FormPercentageType) |
Required |
Éléments enfants
Element | Description |
---|---|
Contient les définitions de sections utilisées par la disposition du formulaire. |
Éléments parents
Element | Description |
---|---|
Contient les colonnes au sein d'un onglet. |
Remarques
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Exemple
<column width="100%">
<sections />
</column>
Informations sur l'élément
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
1 to 3 |
XPath |
|
Voir aussi
Concepts
Personnaliser les formulaires d’entités
Autres ressources
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.