|
1 | | -Name: iphoneSetKeyboardReturnKey |
| 1 | +Name: mobileSetKeyboardReturnKey |
| 2 | + |
| 3 | +Synonyms: iphoneSetKeyboardReturnKey |
2 | 4 |
|
3 | 5 | Type: command |
4 | 6 |
|
5 | | -Syntax: iphoneSetKeyboardReturnKey <returnKey> |
| 7 | +Syntax: mobileSetKeyboardReturnKey <returnKey> |
6 | 8 |
|
7 | 9 | Summary: |
8 | 10 | Configures the type of return key displayed on the keyboard. |
9 | 11 |
|
10 | 12 | Introduced: 4.5.3 |
11 | 13 |
|
12 | | -OS: ios |
| 14 | +Changes: LiveCode 9.5 added support for android |
| 15 | + |
| 16 | +OS: ios, android |
13 | 17 |
|
14 | 18 | Platforms: mobile |
15 | 19 |
|
16 | 20 | Example: |
17 | | -iphoneSetKeyboardReturnKey "alphabet" |
| 21 | +mobileSetKeyboardReturnKey "alphabet" |
18 | 22 |
|
19 | 23 | Example: |
20 | | -iphoneSetKeyboardReturnKey "numeric" |
| 24 | +mobileSetKeyboardReturnKey "numeric" |
21 | 25 |
|
22 | 26 | Parameters: |
23 | 27 | returnKey (enum): |
24 | 28 | Specifies what the return key function is. |
25 | 29 |
|
26 | 30 | - default: the normal return key |
27 | 31 | - go: the 'Go' return key |
28 | | -- google: the 'Google' return key |
29 | | -- join: the 'Join' return key |
| 32 | +- google: the 'Google' return key (iOS only) |
| 33 | +- join: the 'Join' return key (iOS only) |
30 | 34 | - next: the 'Next' return key |
31 | | -- route: the 'Route' return key |
| 35 | +- route: the 'Route' return key (iOS only) |
32 | 36 | - search: the 'Search' return key |
33 | 37 | - send: the 'Send' return key |
34 | | -- yahoo: the 'Yahoo' return key |
| 38 | +- yahoo: the 'Yahoo' return key (iOS only) |
35 | 39 | - done: the 'Done' return key |
36 | | -- emergency call: the 'emergency call' return key |
| 40 | +- emergency call: the 'emergency call' return key (iOS only) |
37 | 41 |
|
38 | 42 |
|
39 | 43 | Description: |
40 | | -Use the iphoneSetKeyboardReturnKey command to configure the type of |
| 44 | +Use the mobileSetKeyboardReturnKey command to configure the type of |
41 | 45 | return key displayed on the keyboard. |
42 | 46 |
|
43 | | -The <iphoneSetKeyboardReturnKey> command configures the type of return |
| 47 | +The <mobileSetKeyboardReturnKey> command configures the type of return |
44 | 48 | key displayed on the keyboard |
45 | 49 |
|
46 | 50 | The return key type setting takes effect the next time the keyboard is |
|
0 commit comments