Id - property of the PmfObject object
Description:
Pmf object identifier.
Note:
Property access for
read-only.
The value was entered
in the sId parameter when creating the object by the
PmForm.CreateItem method.
Identifier can be used for example for obtaining the
Pmf object by the
GetItem method or for testing in the
oExtra.onChange event.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
var sId = oPmf.Id;