<column> (FormXml)
Van toepassing op: CRM 2015 on-prem, CRM Online
Geeft een kolom op binnen een tabelement.
Syntaxis
<column width="String">
<sections />
</column>
Kenmerken en elementen
The following describes the attributes, child elements, and parent elements.
Kenmerken
Attribute | Description | Type | Usage |
---|---|---|---|
width |
Specifies the width of a column by a percentage. |
String (FormPercentageType) |
Required |
Onderliggende elementen
Element | Description |
---|---|
Bevat de definities van de secties die worden gebruikt in de indeling van het formulier. |
Bovenliggende elementen
Element | Description |
---|---|
Bevat de kolommen binnen een tabblad. |
Opmerkingen
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Voorbeeld
<column width="100%">
<sections />
</column>
Informatie over elementen
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
1 to 3 |
XPath |
|
Zie ook
Concepten
Overige resources
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.