This functionality is only available for certain module packages.

You are here: Reference > Form-UI > Structure > popupForm

popupForm

A <popupForm> is similar to a Form-UI, with the difference that it is not displayed in the Instance Editor, but in a pop-up window.

A popupForm consists of the <formContentArea> element, which describes the actual Form-UI analogue to <form> and the <formTitleArea> element, which describes the buttons and their linked actions (see form and formTitleArea).

The popupForm is called by means of the <open> element from within another Form-UI or from a Graph2D diagram (see open).

Attribute name Usage Attribute values Default value Description
id required any unique ID, which is referred to as reference
readonly optional true, false true = popupForm is read-only.
false = Input fields in the popupForm can also be written to.
title required any Name of the Form-UI
Allowed sub-elements Quantity
formContentArea 1
formTitleArea 1