Promotic
Login logon

onEditAccept - event of the PmfString object

Description:
The event is triggered after the editing is finished and the edited value is saved.
Parameters:
ev(Object) Reference to an object that describes information about the event
Parameters:
ev.SrcObject(Object) Pmf object where the event originated.
ev.OldValue(String) Returns the original value.
Note:
This event is is functional only in JavaScript language.
Example:
Script for example in the onFormLoad event of the PmgForm object:
JavaScriptSelect and copy to clipboard

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

// The function is registered into the onEditAccept event.
function onStringChange(ev)
{
Pm.Debug("OldValue=" + ev.OldValue);
Pm.Debug("NewValue=" + ev.SrcObject.Value);
}
oString.AddEvent("onEditAccept", "Id_Str1", onStringChange);
PROMOTIC 9.0.34 SCADA system documentation MICROSYS, spol. s r.o.

Send page remark Contact responsible person
© MICROSYS, spol. s r.o.Update cookies preferences