<tabs> (FormXml)
Applies To: Dynamics CRM 2015
Contains the tab definitions for a form.
Syntax
<tabs
addedby="String"
showlabels="true"
>
<tab />
</tabs>
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
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 |
Child Elements
Element |
Description |
---|---|
Specifies a tab element in the organization of a form. |
Parent Elements
Element |
Description |
---|---|
Contains the definition of a form. |
Remarks
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.
Element Information
Schema Type |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
0 or more |
XPath |
|
See Also
Customize entity forms
Form XML reference
© 2016 Microsoft. All rights reserved. Copyright