forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiosTextInput.lcdoc
More file actions
30 lines (17 loc) · 868 Bytes
/
Copy pathiosTextInput.lcdoc
File metadata and controls
30 lines (17 loc) · 868 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
Name: iosTextInput
Type: object
Syntax: iosTextInput
Summary: A native iOS control, UITextField, which allows the editing of a single line of text.
Introduced: 4.6
OS: ios
Platforms: mobile
Example:
mobileControlCreate "input"
Example:
mobileControlCreate "input", "name entry"
Description:
An iosTextInput(UITextField) control is created using a control type of "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.
>*Note:* For full details of what the UITextField control is capable of, and background about it see the iOS reference document.
References: mobileControlDelete (command), mobileControlDo (command), mobileControlSet (command), mobileControlCreate (command), mobileControlGet (function), mobileControlTarget (function)
Tags: objects