Update cookies preferences
Promotic

Object PmfBool

Description:
This object represents one form item of the type: Boolean value input item (Checkbox).
Properties and methods of this object:
ValuePmf object value
Properties and methods that are common to all objects of the PmfObject type:
AddEvent()Registers a function into the specified event
BodyHeightIniInitial height of the Body area
BodyHeightModeThe way of changing the Body area height
BodyWidthIniInitial width of the Body area
BodyWidthModeThe way of changing the Body area width
EnabledEnable/disable editing of values
FormReturns PmForm object
IdPmf object identifier
ParentReturns reference to the parent Pmf object
PrivateDataPrivate value of the object
RemoveEvent()Unregisters the function in the specified event
TitleDisplayed name of the Pmf object
TitleFontFont of the Title area of the Pmf object
TitlePosPosition of the Title area of the Pmf object
TypePmf object type
VisibleThe property returns or sets the visibility/invisibility of Pmf object
Events:
onEditAcceptIs triggered after the editing is finished and the edited value is saved.
onFocusIs triggered if the Pmf object gets or loses focus
Note:
- The object can be created by method PmForm.CreateItem("bool", ...).
- This object is functional also in Web panels.
Example1:
Script creates one form item. It is presumed that the oForm object already exists.
JavaScriptSelect and copy to clipboard

var oBool = oForm.CreateItem("bool", "id_bool");
oBool.Value = true;

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

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