linkClicked | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Sent when the user clicks grouped text. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: link, field Property: listBehavior, lockText, linkText Command: click Function: clickLoc, clickText Glossary: property, Browse tool, grouped text, message, lock, parameter Object: field | ||||||
Description | Handle the linkClicked message to respond to the user clicking a text group. The linkClicked message is sent to the field that was clicked. The linkClicked message is sent only when the Browse tool is being used and is sent only if the field is locked. The linkClicked message is not sent if the field's listBehavior property is true. If the clicked text is grouped text--that is, if its textStyle property contains "link" --then the linkText property of the clicked group is sent as the pLinkedTextOfChunk parameter. If the text's linkText is empty, the clickText is sent as the pLinkedTextOfChunk parameter. | ||||||
Tags | ui |