Freigeben über


<row> (FormXml)

Betrifft: CRM 2016 on-prem, CRM Online

Gibt eine Zeile an, die zum Organisieren von Formularelementen verwendet wird.

Syntax

<row
 addedby="String"
 height="String" >
 <cell />
</row>

Attribute und Elemente

The following describes the attributes, child elements, and parent elements.

Attribute

Attribute Description Type Usage

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

height

Controls the height of the row. Valid values are:

  • auto

  • min

  • std

  • An integer representing the number of pixels

String

Optional

Untergeordnete Elemente

Element Description

<cell> (FormXml)

Ein Formularlayoutelement. Eine Zelle enthält die anzuzeigenden Beschriftungen und das Steuerelement.

Übergeordnete Elemente

Element Description

<rows> (FormXml)

Gibt Zeilen an, die zum Erstellen von Formularlayout verwendet werden.

Elementinformationen

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row

Siehe auch

Konzepte

Anpassen von Entitätsformularen

Weitere Ressourcen

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.