<column> (FormXml)
Aplica-se a: CRM 2015 on-prem, CRM Online
Especifica uma coluna em um elemento de guia.
Sintaxe
<column width="String">
<sections />
</column>
Atributos e elementos
The following describes the attributes, child elements, and parent elements.
Atributos
Attribute | Description | Type | Usage |
---|---|---|---|
width |
Specifies the width of a column by a percentage. |
String (FormPercentageType) |
Required |
Elementos filho
Element | Description |
---|---|
Contém as definições de seções usadas no layout de formulário. |
Elemento pai
Element | Description |
---|---|
Contém as colunas em uma guia. |
Comentários
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Exemplo
<column width="100%">
<sections />
</column>
Informações do elemento
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
1 to 3 |
XPath |
|
Consulte também
Conceitos
Personalizar formulários de entidade
Outros recursos
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.