Partager via


<row> (FormXml)

S'applique à: CRM 2015 on-prem, CRM Online

Spécifie une ligne utilisée pour organiser les éléments du formulaire.

Syntaxe

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

Attributs et éléments

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

Attributs

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

Éléments enfants

Element Description

<cell> (FormXml)

Élément de disposition de formulaire. Une cellule contient les étiquettes et le contrôle à afficher.

Éléments parents

Element Description

<rows> (FormXml)

Spécifie les lignes utilisées pour définir la disposition du formulaire.

Informations sur l'élément

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

Voir aussi

Concepts

Personnaliser les formulaires d’entités

Autres ressources

Form XML reference

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