linkText | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Attaches data to a section of text in a field. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: file, field, link, string Property: scriptTextSize, fixedLineHeight Message: linkClicked Glossary: property, grouped text, message, chunk | ||||||
Description | Use the linkText property to store the destination of a link, the text of an associated file, a definition, or other data along with a chunk of text in a field. The linkText property can be set for any chunk in a field. However, it is most useful when used with grouped text. If the linkText of grouped text is set to a value, the value is passed with the linkClicked message when the user clicks the text. This lets you use the linkText to specify the destination of a link or other data to use when the text is clicked. | ||||||
Tags | navigation |