You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Element
Icon
Description

Buttons are necessary to leave a form and access the next process step.

TypeBoolean
PrepopulationThis element cannot be prepopulated.
EditingRefer to  Modeling Forms for further information regarding editing of form elements using the context menu.

Configuration Options

Use the Attributes panel to edit the form element.

AttributeDescriptionAllowed Values
NameTechnical identifier for data processing and not visible for the end user.

Alphanumercial characters and underscore.

It is not allowed to start the name with a number.

DescriptionA commentary field for the developer. The content is invisible to users and its sole purpose is internal documentation.Any string.
LabelField name shown in the form.Any string.
Read-only

This field is write-protected. When you use the option, Read-only is added to the bottom right of the element:

trueUser cannot enter values.
falseUser can enter values (default).
Primary

The button will be highlighted in blue to distinguish it from other buttons. Use this attribute to indicate to the user that this button is the default button.

trueButton is highlighted.
falseButton is not highlighted (default).
Vertical Alignment

The attribute is used to adjust the position of a form element in context to a bigger neighboring element.

Example: The Radio Button Group Color is much bigger than the Button Next, but the button should be shown at the bottom of the form. Therefore, the button's attribute Vertical Alignment is set to Bottom.

TopAlign the element on top of the element cell (default).
CenterAlign the element in the middle of the element cell.
BottomAlign the element at the bottom of the element cell.
CSS ClassEnables a field-acurate layout customization.A valid CSS class.
Symbol TypeDisplays the type of the form element in read-only mode.

_

Simple_Form_Example

Click the icon to download a simple example model that shows how you can configure form elements in Scheer PAS Designer.

  • No labels