ElementCard.Mode

Syntax

Mode: PP.Rds.ElementOperation.Insert || PP.Rds.ElementOperation.Update;

Description

The Mode property determines working mode for element card.

Comments

Use JSON or the setMode method to set the property value, and the getMode method to get the property value.

An element card can work in adding mode or in element editing mode.

Example

The example of use is given on the page with description of the ElementCard constructor.

See also:

ElementCard