Search.../

linkLabel

Sets or gets the label of the rich text's link

Type:

stringRead & Write

Was this helpful?

Get the label of the rich text's link

Copy Code
1let mylinkLabel = $w("#myRichText").linkLabel; // "My Site"
Set the label of the rich text's link

Copy Code
1$w("#myRichText").linkLabel = “My Site”