Object PmfSepar
Description:
This object represents one form item of the type: Separator between configurators.
Properties and methods of this object:
Properties and methods that are common to all objects of the PmfObject type:
Note:
The separator appearance can be defined by means of the
Subtype property. The default shape is a horizontal line and if the name is defined (in the
sTitle parameter), then this text is displayed inside the line.
Example1:
Script creates one form item. It is presumed that the oForm object already exists.
JavaScriptSelect and copy to clipboard
// PmfObject ...
var oSepar = oForm.CreateItem("separ", "", "", "Subtype:line;TitlePos:no;");
// PmfObject ...