<row> (FormXml)

应用到: CRM 2016 on-prem, CRM Online

指定用于组织窗体元素的行。

语法

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

属性和元素

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

属性

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

子元素

Element Description

<cell> (FormXml)

窗体布局元素。单元格包含要显示的标签和控件。

父元素

Element Description

<rows> (FormXml)

指定用于组成窗体布局的行。

元素信息

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

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

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