setValue

Previous Next

The setValue recordable action is a value change in any InputControl. The target can be an actual InputControl, but also a field in an input dialog, or a field in dynamically generated HTML or custom controls.

Properties

The following target control properties are in scope: Reference name, Occurrence rank, Source Frame, Context reference name, Context occurrence rank.

In addition, the following properties specific to this action are also in scope:

Property

Editable?

Explanation

Element type

Yes

The type of the control element. For an InputControl, it is the exact input type, but for other controls it can be anything available in the list.

Record row index

Yes

If encountered in a control controlled by a data source row, this field contains the row index of that row.

Value

Yes

The value that was entered or selected for this control.

Control type

Yes

The exact control name as it is defined in Web Designer.

Within custom control

Yes

This property is specifically set for controls that exist in controls that are not defined within Web Designer itself. For example: dialog buttons, any clickable control in a HTMLControl, etc.

 

 

See also

List of recordable actions