Search.../

label

Sets or gets the dashboard input's label.

Max: 120 characters

Type:

stringRead & Write, default value is Empty string

Was this helpful?

Get the dashboard input's label

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

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

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