linkColor | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the color of grouped text. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: link, default Property: backgroundColor, colors, visited, foregroundColor Command: global Function: colorNames Glossary: property, grouped text, hexadecimal, integer, browser, color reference Object: stack | ||||||
Description | Use the linkColor 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 linkColor of a stack is empty, grouped text in that stack is shown with the global linkColor property if the text's visited property is false. If the linkColor of a stack is not empty, unvisited grouped text in that stack is shown with the stack's linkColor property, regardless of the global setting. property, regardless of the global setting. | ||||||
Tags | ui |