BootstrapButtonStyle.setBootstrapState

Sets the bootstrap state.

Possible values are (a blank string removes the current state): Active - appears as if it has been already clicked Disabled - appears in a disabled state Example:

 controls.BUTTON1.bootstrapState = "Active";
 controls.BUTTON1.setBootstrapState("Disabled");
 

Parameters

java.lang.String  alignment,