Skip to main content

DrawerLayout

This page provides generated reference documentation for the DrawerLayout data model.

Overview

PropertySummary
layoutCaptionTitle of the drawer that is displayed within the top of the drawer to describe what information is shown within the drawer element. This could be e.g.…
layoutCaptionProcessThis process is used to dynamically set the title of the drawer. If this process isn't used or returns null then "layoutCaption" will be used.
fixedDrawerDetermines if the drawer is fixed or not. A fixed drawer cannot be collapsed (and after that: expanded)

layoutCaption

Type: String

Title of the drawer that is displayed within the top of the drawer to describe what information is shown within the drawer element. This could be e.g. "Activity" to describe that the following content in the client is something about an "activity".


layoutCaptionProcess

Type: String

This process is used to dynamically set the title of the drawer. If this process isn't used or returns null then "layoutCaption" will be used.
Because of UX reasons you should use following format if you're using the process to display dependencies between tables:

tablename - dependencyTitle1: dependecyItem1 | dependencyTitle2: dependencyItem2
For Example:
Organisation
Offer - Organisation: Tree Inc.
Offer Items - Organisation: Tree Inc. | Offer: 1019-1


fixedDrawer

Type: Boolean

Determines if the drawer is fixed or not. A fixed drawer cannot be collapsed (and after that: expanded)