noncontiguousHilites | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies whether the user can select non-adjacent lines of a list field. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field, lines Property: hilitedLine, listBehavior, toggleHilites, threeDHilite, multipleHilites Command: select Object: field Glossary: property, Unix, list field, Windows, behavior, Mac OS | ||||||
Description | Use the noncontiguousHilites property to control the behavior of list fields. If a list field's noncontiguousHilites property is false, the user can select multiple lines only if they're next to each other. If the noncontiguousHilites is true, the user can select multiple lines, wherever they occur in the field. The user makes a multiple choice from a list field by Command-clicking the desired lines (on Mac OS systems) or Control-clicking (on Unix and Windows systems). If the field's listBehavior is not set to true, this property has no effect.
| ||||||
Tags | ui |