Skip to content

Tabless panel

emera edited this page Mar 18, 2021 · 3 revisions

Tabless panel component

The tabless panel allows to show another (possibly related) form inside a panel on a form. Starting with version 2021.06 the tabless panel component is deprecated and the replacement is Form Container from the Servoy Core package.

The form inside the panel is shown when all of its data is fully loaded from the server. That might bring a short delay when it is shown again at a later point. When the form inside the panel does not have dynamic data (e.g. when it only contains buttons or another panel), that delay can be avoided by setting the waitForData property to false.

Table of contents

Tabless panel properties

The component has the following properties:

Property Type Default Description
containedForm form The form to be shown
height Number The minimum height of the component
relationName relation The name of the relation used
waitForData Boolean true When true, the form is rendered when all its latest data is loaded from the server. When false, the form is rendered faster, but could show stale data (not a problem when the form shown does not show dynamic data)
tabSeq Number Tab sequence index of the form
visible Boolean true Whether the component is visible or not
Clone this wiki locally