linkVisitedColor | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the color of grouped text that has been clicked during the current session. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: link, default Property: visited Command: global Object: stack Glossary: property, grouped text, hexadecimal, integer, browser, color reference | ||||||
Description | Use the linkVisitedColor property to make grouped text look and behave like links in a web browser. Visited text is text whose visited property is true. This property is set to true when the user has clicked a text group during the current session. If the linkVisitedColor of a stack is empty, grouped text in that stack is shown with the global linkVisitedColor property if the text's visited property is true. If the linkVisitedColor of a stack is not empty, already-visited grouped text in that stack is shown with the stack's linkVisitedColor property, regardless of the global setting. | ||||||
Tags | ui |