new nlobjTab() → {nlobjTab}
Return a new instance of nlobjTab used for scriptable tab or subtab.
- Source:
- nlapihandler_stubs.js, line 4609
Returns:
- Type
- nlobjTab
Methods
-
setHelpText(help) → {nlobjTab}
-
set helper text for this tab or subtab.
Parameters:
Name Type Description help
string inline help text used for this tab or subtab - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4629
Returns:
- Type
- nlobjTab
-
setLabel(label) → {nlobjTab}
-
set the label for this tab or subtab.
Parameters:
Name Type Description label
string string used as label for this tab or subtab - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4619
Returns:
- Type
- nlobjTab