다음을 통해 공유


<tabs> (FormXml)

적용 대상: CRM 2016 on-prem, CRM Online

양식에 대한 탭 정의가 들어 있습니다.

구문

<tabs 
 addedby="String"
 showlabels="true" 
 >
 <tab />
</tabs>

특성 및 요소

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

showlabels

Specifies whether the tabs are displayed.

Boolean

Optional

하위 요소

Element Description

<tab> (FormXml)

양식의 구성에서 탭 요소를 지정합니다.

상위 요소

Element Description

<form> (FormXml)

양식의 정의가 들어 있습니다.

설명

If the showlabels attribute is set to false, the tabs on a form will be hidden. You should set this to false only when there is one tab on the form. Otherwise, users will not be able to navigate to other tabs.

요소 정보

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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