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
echo
2016-03-10 16:12:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec42b673875ee38b74bd5467c7654962da450da7
ec42b673
1 parent
0e0eaadf
Updated 远程教学之页面动作消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
远程教学之页面动作消息.md
远程教学之页面动作消息.md
View file @
ec42b67
...
...
@@ -5,13 +5,13 @@
*
按钮点击(command:clickButton)
*
单击控件(command:tap)
*
双击控件(command:doubleTap)
*
分段控件的点击(command:clickSegmentedControl)
*
分页ScrollView的滚动(command:gotoSpecifiedScrollViewPage)
*
分段控件的点击(command:clickSegmentedControl)
需要参数:点击的索引
*
分页ScrollView的滚动(command:gotoSpecifiedScrollViewPage)
需要参数:目标页的索引
例子
```
{
type:templateAction
type:templateAction
(模板动作)
command:clickButton
controlId:WordExplanationTextSwitcher
index:2(保证页面内消息按顺序)
...
...
@@ -19,7 +19,7 @@ index:2(保证页面内消息按顺序)
{
type:templateAction
command:
singleT
ap
command:
t
ap
controlId:
WordExplanationImage1
index:2(保证页面内消息按顺序)
}
...
...
Please
register
or
login
to post a comment