Class: nlobjButton

nlobjButton

new nlobjButton() → {nlobjButton}

Return a new instance of nlobjButton.
Since:
  • 2009.2
Source:
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:
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:
Returns:
Type
nlobjButton