new nlobjButton() → {nlobjButton}
Return a new instance of nlobjButton.
- Since:
- 2009.2
- Source:
- nlapihandler_stubs.js, line 4833
Returns:
- Type
- nlobjButton
Methods
-
setDisabled(disabled) → {nlobjButton}
-
disable or enable button.
Parameters:
Name Type Description disabled
boolean if true then this button should be disabled on the page - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4857
Returns:
- Type
- nlobjButton
-
setLabel(label) → {nlobjButton}
-
set the label for this button.
Parameters:
Name Type Description label
string display label for button - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4845
Returns:
- Type
- nlobjButton