Promotic

EditType - property of the PmfTable object

Description:
Setting/detecting whether cell editing in the table is enabled.
Syntax:
String EditType
Values:
no (default) - Cell editing in the table is disabled.
auto - Cell editing in the table is enabled.
Note:
Property access for read and write.
 
This method is also functional in Web panels.
Table cell editing can be anabled only if SelType == "cell".
You can start editing the table cell either by double-clicking the cell or by pressing the Enter key over the selected cell.
Confirm editing by pressing Enter or by clicking outside the cell area. Cancel the editing by pressing Esc. After editing, the onEditAccept event is triggered.
Example1:
JavaScriptSelect and copy to clipboard

oTable.EditType = "auto";   // Writing into the property
var sCellEdit = oTable.EditType;   // Reading from the property

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

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