Update cookies preferences
Promotic

Object PmfString

Description:
This object represents one form item of the type: Text input.
Properties and methods of this object:
EditTypeEditing type
MultilineEnable/disable displaying the text on more than one line
SubtypeText inputbox type
ValuePmf object value
ValueHorzAlignThe way of horizontal text alignment
Properties and methods that are common to all objects of the PmfObject type:
AddEvent()Registers a function into the specified event
BodyFontFont of the Body area of the Pmf object
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("string", ...).
- 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 oStr = oForm.CreateItem("string", "id_str");
oStr.Value = "Test";

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.