BootstrapButtonStyle.setBootstrapSize

Sets the bootstrap size.

Possible values are (a blank string removes the current styling):

  1. Large
  2. Small
Example:
 controls.BUTTON1.bootstrapSize = "Large";
 controls.BUTTON1.setBootstrapSize("Small");
 

Parameters

java.lang.String  alignment,