BootstrapButtonStyle.setBootstrapStyle

Sets the bootstrap style.

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

  1. Primary
  2. Secondary
  3. Success
  4. Danger
  5. Warning
  6. Info
  7. Light
  8. Dark
  9. Link
  10. Outline Primary
  11. Outline Secondary
  12. Outline Success
  13. Outline Danger
  14. Outline Warning
  15. Outline Info
  16. Outline Light
  17. Outline Dark
Example:
 controls.BUTTON1.bootstrapStyle = "Primary";
 controls.BUTTON1.setBootstrapStyle("Secondary");
 

Parameters

java.lang.String  alignment,