oSepar = oForm.CreateItem("separ", "Id", "Title", "Subtype:space;");
oSepar.Subtype = "space";
sSubtype = oSepar.Subtype;
For this setup the following properties do not work: TitlePos, BodyHeightIni, BodyHeightMode.
For this setup the following properties do not work: Title, TitlePos.
It is possible to write into this property only if the PmForm window has not been opened yet.
This property is also functional for Web panels. It is not functional in InternetExplorer8 and lower.
var oItem = oForm.CreateItem("separ", "", "", "Subtype:line;TitlePos:no;");