Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
mzzyh
2016-03-17 10:32:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17a2aed67921a62656bf9b64ba843cbe2c647ff5
17a2aed6
1 parent
507167c9
Updated 远程教学之页面动作消息 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
远程教学之页面动作消息.md
远程教学之页面动作消息.md
View file @
17a2aed
...
...
@@ -20,6 +20,7 @@ type:templateAction(模板动作)
command:clickButton
controlId:WordExplanationTextSwitcher
index:2(保证页面内消息按顺序)
pageIndex:1
}
{
...
...
@@ -27,6 +28,7 @@ type:templateAction
command:tap
controlId:
WordExplanationImage1
index:2(保证页面内消息按顺序)
pageIndex:1
}
{
...
...
@@ -34,6 +36,7 @@ type:templateAction
command:doubleTap
controlId:WordExplanationImage1
index:2(保证页面内消息按顺序)
pageIndex:1
}
{
...
...
@@ -42,6 +45,7 @@ command:clickSegmentedControl
controlId:WordCompareSegmentedControl
parameter:1(在这里是分段的索引)
index:2(保证页面内消息按顺序)
pageIndex:1
}
{
...
...
@@ -50,6 +54,7 @@ command:gotoSpecifiedScrollViewPage
controlId:LogicTreeScrellView
parameter:3(在这里是页码)
index:2(保证页面内消息按顺序)
pageIndex:1
}
```
...
...
@@ -67,6 +72,7 @@ index:2(保证页面内消息按顺序)
subType:playerAction
command:play
index:2
pageIndex:1
}
{
...
...
@@ -75,5 +81,6 @@ index:2(保证页面内消息按顺序)
command:progress
parameter:进度百分比(这个应该更通用)
index:2
pageIndex:1
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment