# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
openField
# Examples
on openField -- when clicking in the field, select all its text select text of the target end openField
# Description
The openField message is sent to buttons whose menuMode is "comboBox", since the type-in box in a combo box behaves like a field.
The openField message is not sent to lock fields. When a lock field becomes active or when text in it is select by a handler, the focusIn message is sent to it.
# Tags
ui,
# See