AppMaster.io
Home
Studio
Jobs
Suggest Feature
Search…
English
What is AppMaster.io?
Getting Started
App Architecture
Quickstart
Best Practices
FAQ
Projects
Creating a Project
Project sharing
MODULES (INTEGRATIONS)
Modules
Setup
Modules List
Data Design
What are data models
Data Models Designer
Data types
Relation types
Auto-generation of data models
Business Logic
Business Processes Editor
Best Practices for BP Separation
Blocks List
Global Variables
External API Requests
FAQ
Endpoints (API)
Endpoints Configuration
Middleware
Access & Permissions
WEB APPS
Web Applications Designer
Working with Components
Signup and Login Forms
Workflow in web applications
Components list
Container
Button
Dropdown
Table
View
Tabs
Switch
Label
Image
Video
Chart
Form
Input (string)
Input (text)
Input (integer)
Input (float)
Input (email)
Input (password)
Input (phone)
RichText Editor
Time Span
Date Picker
Time picker
DateTime Picker
Select
Select (enum)
Relselect
MOBILE APPS
Mobile Applications Designer
Creating a Mobile App
Mobile Designer Interface
Working with Screens
Working with Widgets
Publishing a Mobile App
DEPLOYMENT
Deployments Configuration
AppMaster.io Cloud Services
Data Export
Logs
How-To
Import CSV/Excel File
Buttons Setup
User Interface Layout
Powered By
GitBook
Label
Element to display text
Look&Feel Settings:
Label text
(mandatory) - text to display.
Icon
(not mandatory) - label icon.
Size
(mandatory) - text size.
Name
(mantory) - this name will help you find this component in BP.
Visible
(mandatory) - makes the component visible if turned on. Enabled by default.
Workflow triggers:
onCreate
– fires when the element is created on the page;
onShow
– fires when the component changes its state to visible (displayed on the page);
onHide
– fires when the component changes its state to hidden (stops being displayed);
onDestroy
– fires when the component is destroyed;
onClick
- fires when the component is clicked.
​
Component Actions:
Label get properties
Gets the label's properties.
Input
parameters:
Component Id
[
string
]
-
label component's identifier.
Output
parameters:
Label
[
string
] - label text;
Font size
[
string
] - text size;
Font color
[
string
] - text color;
Visible
[boolean] - component visibility state
.
Label set properties
Sets all label's properties
Input
parameters:
Component Id
[string]
-
label component's identifier;
Label
[
string
] - label text;
Font size
[
string
] - text size;
Font color
[
string
] - text color;
Visible
[boolean] - component visibility state
.
Label update properties
Update label's properties
Input
parameters:
Component Id
[string]
-
label component's identifier;
Label
[
string
] - label text;
Font size
[
string
] - text size;
Font color
[
string
] - text color;
Visible
[boolean] - component visibility state
.
Usage example:
The label element can display dynamic content
Previous
Switch
Next
Image
Last modified
3mo ago
Copy link
Outline
Look&Feel Settings:
Workflow triggers:
Component Actions:
Label get properties
Label set properties
Label update properties
Usage example: