forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomboBox.lcdoc
More file actions
42 lines (28 loc) · 1.25 KB
/
Copy pathcomboBox.lcdoc
File metadata and controls
42 lines (28 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: comboBox
Type: keyword
Syntax: comboBox
Summary:
Specifies one of the <menu> types that can be used with the <menuMode>
<property>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
set the menuMode of button "Aptness" to comboBox
Description:
Use the <comboBox> <keyword> to create a <combo box> <menu>.
Combo box menus are normally used to designate a state. Choosing an item
from a combo box changes the current setting.
Using the text box at the top of the combo box, the user can specify a
state that is not in the menu's list of states. This menu type is
suitable for situations in which the user probably will choose one of
the predefined states, but might need to specify a different state.
>*Note:* If a <button(object)|button's> <menuMode> is set to "comboBox",
> the <button(keyword)> receives <field> <message|messages>. For
> example, when the user clicks in the editable <field>, an <openField>
> <message> is sent to the <button(keyword)>.
References: property (glossary), keyword (glossary), message (glossary),
field (glossary), combo box (glossary), menu (glossary), button (keyword),
menu (keyword), popup (keyword), openField (message), button (object),
menuMode (property)
Tags: menus