Update cookies preferences
Promotic

EditType - property of the PmfTableArea object

Description:
The property returns or sets cell editing permission in the selected table area.
If this property is not set, then it takes (inherits) its value from the same EditType property of the parent object.
Syntax:
String EditType
Values:
no - Cell editing in the selected table area is disabled .
auto - Cell editing in the selected table area is enabled .
inherit - The property takes its value from the parent object
Note:
Property access for read and write.
 
This method is also functional in Web panels.
Table cell editing can be enabled only if SelType == "cell".
You can start editing the table cell either by left mouse button double-clicking the cell or by pressing the Enter key over the selected cell.
Confirm editing either by pressing the Enter key or by clicking outside the cell area. Cancel the editing by pressing the Esc key. After editing, the onEditAccept event is triggered.
Default value of this property is:
inherit - for table area MainBody and
no - for other table areas.
Example1:
JavaScriptSelect and copy to clipboard

oTableArea.EditType = "auto";   // Writing into the property
var sCellEdit = oTableArea.EditType;   // Reading from the property
oTableArea.EditType = "inherit";   // The property takes its value from the parent object

History:
Pm9.00.27: Created
PROMOTIC 9.0.28 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.