Button Element
The Button element creates an interactive clickable button that can trigger actions and events when pressed.
Overview
Buttons are used for:
- Form submission
- Navigation between pages
- Triggering calculations
- Opening URLs
- Any user-initiated action
Adding a Button
- Open the Website Builder
- Find Button in the Elements panel
- Drag it onto your page
- Configure properties and events in the Floating Design Panel
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Button label text |
| Action Name | Associated action identifier |
Color Tab
| Property | Description | Default |
|---|---|---|
| Background Color | Button background | Blue (#2B98E0) |
| Text Color | Button text | White (#ffffff) |
| Border Color | Button border | (matches background) |
Dimensions Tab
| Property | Description | Default |
|---|---|---|
| Font Size | Text size | 16px |
| Font Family | Text font | Nunito-SemiBold |
| Font Weight | Text weight | 600 (semi-bold) |
| Padding | Inner spacing | 12px top/bottom, 15px left/right |
| Border Radius | Corner rounding | 5px |
Events
Buttons are most powerful when connected to events. Configure actions in the Events Tab:
| Event Type | Description |
|---|---|
| Card Link | Navigate to another page |
| Open URL | Open external link |
| Calculate | Perform calculations |
| Change Style | Modify element appearance |
| Clone Tile | Duplicate a tile |
| Delete Button | Remove an element |
Styling
The default button style is:
- Blue background (#2B98E0)
- White text
- Rounded corners
- Semi-bold font
Customize to match your brand:
- Primary actions - Use your brand's primary color
- Secondary actions - Use lighter or outline styles
- Danger actions - Use red for destructive actions
- Success actions - Use green for confirmations
Use Cases
Submit Button
Label: "Submit"
Color: Blue (primary)
Event: Card Link → Confirmation pageCancel Button
Label: "Cancel"
Color: Gray (secondary)
Event: Card Link → Previous pageDelete Button
Label: "Delete"
Color: Red (danger)
Event: Delete Button with confirmationLearn More
Label: "Learn More"
Color: Blue (outline)
Event: Open URL → DocumentationAdd Item
Label: "+ Add Item"
Color: Green (success)
Event: Clone TileMultiple Events
A single button can trigger multiple events in sequence:
- Calculate a total
- Change the result style
- Navigate to the results page
Configure multiple events in the Events Tab.
Best Practices
Use clear labels - "Submit Order" is better than "Submit"
Choose appropriate colors - Match action importance
Keep buttons visible - Use contrasting colors
Size for touch - Ensure buttons are large enough to tap
Provide feedback - Combine with Change Style for visual confirmation
Position consistently - Place primary actions in predictable locations
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Events Tab - https://help.acenji.com/#/./create-web-application/website-builder/floating-design-panel/element-section/events-tab/index Card Link - https://help.acenji.com/#/./create-web-application/website-builder/floating-design-panel/element-section/events-tab/card-link/index