Search.../

label

Sets or gets the button's label.

Max: 1200 characters.

Type:

stringRead & Write

Was this helpful?

Get the dashboard text button's label

Copy Code
1let myLabel = $w('#myElement').label; // "Full Name"
Set the dashboard text button's label

Copy Code
1$w('#myElement').label = "Full Name";
Disable the dashboard text button's label

Copy Code
1$w('#myElement').label = null; // Disables the element's label