toggleHilites | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies whether clicking a selected line in a list field deselects that line. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field Property: multipleHilites, toggleHilites, properties, listBehavior, selected, noncontiguousHilites, threeDHilite, hilitedLine Object: field Glossary: property, behavior, list field | ||||||
Description | Use the toggleHilites property to control the behavior of list fields. If a field's toggleHilites property is set to true, clicking a selected line deselects the line. If the toggleHilites is false, clicking a selected line does nothing. If the field's listBehavior property is false, the setting of the toggleHilites property has no effect.
| ||||||
Tags | ui |