Button
Last updated
Last updated
Use the Button
element when you need the user to trigger an action on your page.
This action can encompass a variety of tasks such as form submission or data processing.
With , you can define the desired actions. If you're working with forms, there is already a pre-configured Submit button element available to conveniently submit your form. Additionally a pre-configured Reset button is also available to clear the contents of all the field inputs.
Button Content
Button Look
Button Size
Button Action
Action Target
Popup Menu Icon
The settings for this element are described below:
Specify what you want the button to say using this setting. You can enter some simple HTML code here. We also support icons.
Select from a pre-defined list of background and text colors for the button look. For any other customizations see .
Select from a pre-defined list of sizes. For any other customizations see .
This is an advanced parameter that translates to the data-toggle
attribute. The , and elements use this by setting the value to dropdown
. You can also use this to control a element by setting the value to collapse
.
This is an advanced parameter that translates to the data-target
attribute. The value is set to the Element ID of the element to be controlled. To find the Element ID see .
The Element ID needs to be prefixed with a # character. This is also known as ID selector syntax. For more information click .
Enable this if you want a arrow to appear next to the content to indicate that it will invoke a popup menu. The , and elements turn this setting on.