Update cookies preferences
Promotic

EditType - property of the PmfString object

Description:
Editing type.
Syntax:
String EditType
Values:
auto (default) - editing is enabled
readonly - read only (text cannot be changed, but can be selected and copied)
Note:
Property access for read and write.
 
It is possible to write into this property only if the PmForm window has not been opened yet.
This property is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard

var oString = oForm.CreateItem("string", "idStr1", "Title", "EditType:readonly;");
var sEditType = oString.EditType;   // Reading from the property
oString.EditType = "readonly";   // Writing into the property

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

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