Title - property of the PmfObject object
Description:
Displayed name of the Pmf object.
Note:
Property access
for read and write.
The value was entered in the
sType parameter when creating the object by the
PmForm.CreateItem method.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
var oString = oForm.CreateItem("string", "IdStr1", "Title");
var sTitle = oString.Title;
// Reading from the property
oString.Title = "Title";
// Writing into the property