<column> (FormXml)
Si applica a: CRM 2015 on-prem, CRM Online
Specifica una colonna all'interno di un elemento scheda.
Sintassi
<column width="String">
<sections />
</column>
Attributi ed elementi
The following describes the attributes, child elements, and parent elements.
Attributi
Attribute | Description | Type | Usage |
---|---|---|---|
width |
Specifies the width of a column by a percentage. |
String (FormPercentageType) |
Required |
Elementi figlio
Element | Description |
---|---|
Contiene le definizioni delle sezioni utilizzate nel layout del modulo. |
Elementi padre
Element | Description |
---|---|
Contiene le colonne all'interno di una scheda. |
Note
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Esempio
<column width="100%">
<sections />
</column>
Informazioni elemento
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
1 to 3 |
XPath |
|
Vedere anche
Concetti
Personalizzare moduli di entità
Altre risorse
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.