Search.../

tooltipLinkText

Sets or gets the element's tooltip link text.

Max: 120 characters

Type:

stringRead & Write

Related Content:

Was this helpful?

Get the dashboard info icon's tooltip link text content

Copy Code
1let tooltip = $w('#myElement').tooltip; // "Submit your information here"
Set the dashboard info icon's tooltip link text content

Copy Code
1$w('#myElement').tooltip = "Submit your information here";