var newInsetList =jsform.newInsetList(8,insetList.dataSource,insetList.relationName,insetList.headerText,insetList.textDataProviderID);newInsetList.headerStyleClass ='e';
headerText
This text will appear on top of the inset list if 'headerDataProviderID' is not set.
var newInsetList =jsform.newInsetList(8,insetList.dataSource,insetList.relationName,insetList.headerText,insetList.textDataProviderID);newInsetList.x =90;newInsetList.y =90;application.output('location of newInsetList: '+newInsetList.x +', '+newInsetList.y);
var newInsetList =jsform.newInsetList(8,insetList.dataSource,insetList.relationName,insetList.headerText,insetList.textDataProviderID);newInsetList.x =90;newInsetList.y =90;application.output('location of newInsetList: '+newInsetList.x +', '+newInsetList.y);