Promotic

onFocus - event of the PmfObject object

Description:
The event is triggered if the Pmf object gets or loses focus
Parameters:
ev(Object) Reference to an object that describes information about the event
Parameters:
ev.SrcObject(Object) Pmf object where the event originated.
ev.Type(String) Focus type.
"in" - Pmf object got focus
"out" - Pmf object lost focus
Note:
- This event is is functional only in JavaScript language.
- This event is not functional for object: PmfLayout, PmfSepar, PmfString (for Subtype:static).
Example:
Creates the PmfString object (e.g. in the onFormLoad event of the PmgForm object).
The function is registered into the onFocus event.
JavaScriptSelect and copy to clipboard

var oForm = pMe.Form;
function onStringChangeFocus(ev)
{
Pm.Debug("onFocus, Type=" + ev.Type);
}

var oString = oForm.CreateItem("string", "id_Str1", "String 1", "");
oString.Value = oForm .ClientType ? "PM Runtime" : "PM Develop";

oString.AddEvent("onFocus", "id_Str1", onStringChangeFocus);

History:
Pm9.00.11: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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