Skip to main content

Button

The button component can be used to implement interactive functions, such as opening a link, changing component visibility, calling a service, and assigning values to page variables.This article introduces the detailed configuration method of the component

button.jpg

Text Style

Parameters
Description
Default value
TextButton
BG Color#0066ff
SizeOptional value: 12~7212
Color#ffffff
ThicknessOptional values: Standard, BoldStandard
AlignOptional values: Left, Center, RightCenter

Border

Parameters
Description
Default value
Thickness1
Fill Color#ffffff
StyleOptional values: straight line, dashed line, dotted linestraight line

Node

Parameters
Description
Default value
WidthOverall width60
HeightOverall height32
XHorizontal coordinate
YVertical coordinate

Application Examples

The button component opens the specified web link.


Step 1: Add components

Above the component list on the left side of the canvas, enter "button", find the component, and then drag the component to the middle canvas. list_01

Step 2: Configure interactive actions

Select the component's Interaction tab and configure events and interaction actions.For specific operations, please refer to the Interaction configuration.

list_01