Promotic

Value - property of the PmfButton object

Description:
Text displayed inside the button.
Syntax:
String Value
Note:
Property access for read and write.
 
This property is also functional in Web panels.
Example1:
JavaScriptSelect and copy to clipboard

// Setting the propert when the object is created
var oBtn = oForm.CreateItem("button", "Id1", "Title", "Value:Name;");
var sValue = oBtn.Value;   // Reading from the property
oBtn.Value = "Name";   // Writing into the property

History:
Pm8.03.08: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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