Salesforce

Check Box Input Control Properties (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Check Box Input Control Properties (Magic xpa 4.x)

Property

Description

Mobile Support

Multiline

Edit

Specifies whether the control can contain more than one line of text. The options are:

True – The text wraps and continues on additional lines according to the width of the control.

False – The text is displayed on a single line.

This property is disabled for the 3D Raised style and when the Appearance property is set to Button.

This property is a Studio-only property and it is not applicable at runtime in Web Client tasks. Since version: 4.1.

Android and iOS

Must Input

Specifies whether the end user must enter a value into the control.

For Web Client forms, the 'Must Input' property for all controls is renamed as 'Required'. Since version:4.6

Modifiable

Specifies whether the end user can change the value in the control during runtime.

Android and iOS

Select Program

A program associated with the control, so that in runtime the end user can activate it by performing Zoom. The variable attached to the control is sent automatically to that program.

This is commonly used when the called program is a selection program (defined with Selection Table = Yes), so it is very easy to update the control's variable with an option from a selection list.

When a program is called using the Select Program property of a variable or control, the Parallel Execution property will be ignored and the program will behave as a Modal window (Online – Since version: 2.0).

The Main Program cannot be used as a Select Program.

This property is not available in Web Client tasks.

Select Mode

The behavior of the select program defined in the Select Program property. The options are:

After – After closing the select program, the cursor moves to the next control.

Before (default) – After closing the select program, the cursor returns to the current control.

Prompt – The select program is automatically executed prior to entering the control. After closing the select program, the cursor returns to the current control as in ‘Before’ mode.

This property is not available in Web Client tasks.

Modify in Query

Specifies whether the end user can change the value in the control even if the task is in Query mode. Since version: 1.5

If this property is set to No, the control cannot navigate through the Items list in Runtime.

This property is not available in Web Client tasks.

Android and iOS

Right to Left

Specifies whether the control should draw right-to-left for RTL languages.

The default value in the Hebrew mgconst file is True.

The default value in all other mgconst files is False.

It is advisable to use the same const file for development and deployment; otherwise, some issues may arise, such as incorrect alignment of a Label control in RTL fields.

Right to Left property is not supported at runtime for Web Client tasks.

Reference
Attachment 
Attachment