Update cookies preferences
Promotic

SelType - property of the PmfTable object

Description:
Type of rows or cells selection.
Syntax:
String SelType
Values:
"row" (default) - Whole row can be selected in the 11=MainBody area.
"cell" - Only individual cells can be selected in area 11=MainBody.
Note:
Property access for read and write.
 
This property is also functional in Web panels.
See also:
- PmfTable.SetSel (method)
- PmfTable.GetSel (method)
Example1:
JavaScriptSelect and copy to clipboard

oTable.SelType = "cell";   // Writing into the property
var sSelType = oTable.SelType;   // Reading from the property

History:
Pm9.00.04: Created
PROMOTIC 9.0.31 SCADA system documentation MICROSYS, spol. s r.o.

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