Button
For the Button you can define different styles and sizes and and link it to a URL.
Examples
Format
Parameters
Parameter | Description | Default |
---|---|---|
style | Defines the Bootstrap style. Supported values:
| primary |
size | Button size other than default. Supported values:
| no value |
link | The button can link to a URL. Define it here. | no value |
target | If a link is defined, this defines the target of the link. Supported values:
| _self |
tooltip | If a link is defined, this defines the tooltip of the button. | no value |
outline | Displays the button in outline style. Supported values:
This does not work in combination with ‘customtextcolor’ or ‘custombgcolor’. | no |
customtextcolor | If you want to change the text color of the button style you can do it here by proividng the hex color code in CSS format, e.g. #99000. | no value |
custombgcolor | If you want to change the background color of the button style you can do it here by proividng the hex color code in CSS format, e.g. #000099. | no value |
Last updated