Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.68 KB

tab-properties-legacy.md

File metadata and controls

45 lines (36 loc) · 2.68 KB
title description Keywords author applies_to ms.subservice ms.author ms.date ms.topic ms.assetid search.audienceType
Tab properties for for model-driven app forms in Power Apps | MicrosoftDocs
Understand the tab properties for main forms
Tab properties; Dynamics 365; Main forms
Mattp123
Dynamics 365 (online)
Dynamics 365 Version 9.x
powerapps
mda-maker
matp
03/17/2020
overview
e0790865-c5a4-4e86-bce2-584af2b8ed93
maker

Tab properties for model-driven app forms overview

This article describes the classic form editor. We recommend that you u se the modern form designer to add and edit tabs for your model-driven app forms. More information: Add, configure, move, or delete tabs on a form

These are the properties available to configure when using a tab on a form using the classic form designer. The following table shows properties that you can set for tabs on the form:

Tab Property Description
Display Name Required: The unique name for the tab that is used when referencing it in scripts. The name can contain only alphanumeric characters and underscores.
Label Required: The localizable label for the tab visible to users.
Show the label of this tab on the Form When the label is displayed people can select it to toggle whether the tab is expanded or collapsed. Choose whether you want to show the label.
Expand this tab by default The tab state can toggle between expanded or collapsed using form scripts or by people selecting the label. Choose the default state for the tab.
Visible by default Showing the tab is optional and can be controlled using scripts. Choose whether to make the tab visible. More information: Visibility options
Availability Choose if you want the tab to be available on the phone.
Formatting Layout Tabs may have up to three columns. Use these options to set the number of tabs and what percentage of the total width they should fill.
Events Form Libraries Specify any JavaScript web resources that will be used in the tab TabStateChange event handler.

Event Handlers Configure the functions from the libraries that should be called for the tab TabStateChange event. More information: Configure Event Handlers

[!div class="mx-imgBorder"] tab-properties classic.

Next steps

Use the Main form and its components

[!INCLUDEfooter-include]