Search.../

label

Sets or gets the dashboard button's label.

Max: 120 characters

Type:

stringRead & Write

Was this helpful?

Get the dashboard button's label

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

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

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