Custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
<StyleSheet StyleSheet="Framework.bootstrap.bootstrap.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.bootstrap.Overrides.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Fonts.combined.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.css.Layout.css" /> <IncludeScriptFile ID="jquery" IncludedScriptFile="Framework.bootstrap.jquery.min.js" /> <IncludeScriptFile ID="bootstrap" IncludedScriptFile="Framework.bootstrap.bootstrap.js"> <Note Note="Includes Bootstrap.min.js, Popper.js or tether.js" /> </IncludeScriptFile>
Used to style buttons, input or a elements
buttons
input
a
<a class="btn btn-secondary" href="void(0)" role="button">Caption</a>
<Label Class="btn btn-secondary" Caption="Caption"> <Action Javascript="void(0);" Type="Javascript" /> </Label>
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.
.btn-outline-*
Use btn-{xs,sm,lg} for sizing of the button group.
btn-{xs,sm,lg}