forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroidTextInput.lcdoc
More file actions
36 lines (23 loc) · 788 Bytes
/
androidTextInput.lcdoc
File metadata and controls
36 lines (23 loc) · 788 Bytes
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
Name: androidTextInput
Type: object
Syntax: androidTextInput
Summary:
A native, single line, Android text input control.
Introduced: 5.5.1
OS: android
Platforms: mobile
Example:
mobileControlCreate "input"
Example:
mobileControlCreate "input", "name entry"
Description:
A native Android control for text input.
The input control allows the editing of a single line of text with the
'return' key ending editing and allowing you to perform an appropriate
action.
References: mobileControlDelete (command), mobileControlDo (command),
mobileControlSet (command), mobileControlCreate (command),
mobileControlGet (function), mobileControlTarget (function),
inputEndEditing (message), inputReturnKey (message),
inputBeginEditing (message), inputTextChanged (message)
Tags: objects