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-04-20 12:18:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d107746b3e0c5ba0ac006b5b7cdb0afd57041c5e
d107746b
1 parent
3d8f857a
Updated 远程教学之画板相关消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
远程教学之画板相关消息.md
远程教学之画板相关消息.md
View file @
d107746
[
返回
远程教学相关文档
](
远程教学
相关文档
)
[
返回
在线授课相关文档
](
在线授课
相关文档
)
教学画板的问题
*
由于各个设备的尺寸不一,造成画面和文字显示在各个设备上显示方式并不一致。
...
...
@@ -10,7 +10,7 @@
```
type:templateAction
subtype:drawingBoard
command:openDraw
Panel
command:openDraw
Board
attachmentType:image
```
附加的附件是教师版当前页面的截图
...
...
@@ -19,27 +19,27 @@
```
type:templateAction
subtype:drawingBoard
command:closeDraw
Panel
command:closeDraw
Board
```
*
更换画笔
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:changeBrush
```
*
Undo操作
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:undo
```
*
清空画面
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:clear
```
...
...
@@ -48,7 +48,7 @@
*
开始绘画消息
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:beginDraw
startX:200
startY:100
...
...
@@ -57,7 +57,7 @@
*
绘画中的消息
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:drawing
attachment:smallFile
```
...
...
@@ -66,7 +66,7 @@
*
绘画结束消息
```
type:templateAction
subtype:draw
PanelAction
subtype:draw
ingBoard
command:endDraw
endX:50
endY:50
...
...
Please
register
or
login
to post a comment