Showing
1 changed file
with
10 additions
and
0 deletions
@@ -10,32 +10,42 @@ | @@ -10,32 +10,42 @@ | ||
10 | 10 | ||
11 | 例子 | 11 | 例子 |
12 | ``` | 12 | ``` |
13 | +{ | ||
13 | type:templateAction | 14 | type:templateAction |
14 | command:clickButton | 15 | command:clickButton |
15 | controlId:WordExplanationTextSwitcher | 16 | controlId:WordExplanationTextSwitcher |
16 | index:2(保证页面内消息按顺序) | 17 | index:2(保证页面内消息按顺序) |
18 | +} | ||
17 | 19 | ||
20 | +{ | ||
18 | type:templateAction | 21 | type:templateAction |
19 | command:singleTap | 22 | command:singleTap |
20 | controlId: WordExplanationImage1 | 23 | controlId: WordExplanationImage1 |
21 | index:2(保证页面内消息按顺序) | 24 | index:2(保证页面内消息按顺序) |
25 | +} | ||
22 | 26 | ||
27 | +{ | ||
23 | type:templateAction | 28 | type:templateAction |
24 | command:doubleTap | 29 | command:doubleTap |
25 | controlId:WordExplanationImage1 | 30 | controlId:WordExplanationImage1 |
26 | index:2(保证页面内消息按顺序) | 31 | index:2(保证页面内消息按顺序) |
32 | +} | ||
27 | 33 | ||
34 | +{ | ||
28 | type:templateAction | 35 | type:templateAction |
29 | command:clickSegmentedControl | 36 | command:clickSegmentedControl |
30 | controlId:WordCompareSegmentedControl | 37 | controlId:WordCompareSegmentedControl |
31 | parameter:1(在这里是分段的索引) | 38 | parameter:1(在这里是分段的索引) |
32 | index:2(保证页面内消息按顺序) | 39 | index:2(保证页面内消息按顺序) |
40 | +} | ||
33 | 41 | ||
42 | +{ | ||
34 | type:templateAction | 43 | type:templateAction |
35 | command:gotoSpecifiedScrollViewPage | 44 | command:gotoSpecifiedScrollViewPage |
36 | controlId:LogicTreeScrellView | 45 | controlId:LogicTreeScrellView |
37 | parameter:3(在这里是页码) | 46 | parameter:3(在这里是页码) |
38 | index:2(保证页面内消息按顺序) | 47 | index:2(保证页面内消息按顺序) |
48 | +} | ||
39 | ``` | 49 | ``` |
40 | 50 | ||
41 | ### 多媒体播放器动作定义 | 51 | ### 多媒体播放器动作定义 |
-
Please register or login to post a comment