Files
Chamilo/plugin/mindmap/edit-mindmap/vendor/help/map.html
2025-08-14 22:39:38 +02:00

104 lines
3.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>MindMap帮助文档</title>
<link rel="stylesheet" type="text/css" href="../css/help.css">
</head>
<body>
<script type="text/javascript" src="../js/help.js"></script>
<script type="text/javascript">
SetupBodyBringToViewAnimation("rotateInLeft");
</script>
<div class="contentWrapper">
<h1>MindMap帮助文档</h1>
<h2>map操作</h2>
<ol>
<li>
<p>
创建新mapfile-〉Create New Map 或者使用快捷键[ctrl+m]
</p>
<p><img src="../img/help/create_new_map.png" alt="create new map" title="" />
</p>
</li>
<li>
<p>
打开硬盘中的mapfile-〉Open Map In Disk
</p>
<p><img src="../img/help/open_map_in_disk.png" alt="open map in disk" title="" />
</p>
</li>
<li>
<p>
打开storage中的mapfile-〉Open Map In Storage
</p>
<p><img src="../img/help/open_map_in_storage.png" alt="open map in storage" title="" />
</p>
</li>
<li>
<p>
将map保存到硬盘中file-〉Save Map In Disk 或者使用快捷键[ctrl+shift+s]
</p>
<p><img src="../img/help/save_map_in_disk.png" alt="open map in storage" title="" />
</p>
</li>
<li>
<p>
将map保存到storage中file-〉Save Map In Storage 或者使用快捷键[ctrl+s]
</p>
<p><img src="../img/help/save_map_in_storage.png" alt="open map in storage" title="" />
</p>
</li>
<li>
<p>
contextMenu: 右键点击map空白处
</p>
</li>
<li>
<p>
取消上一步操作file-〉Undo 或者 contextMenu-〉Undo 或者使用快捷键[ctrl+z]
</p>
<p><img src="../img/help/undo1.png" alt="undo" title="" />
</p>
<p><img src="../img/help/undo2.png" alt="undo" title="" />
</p>
</li>
<li>
<p>
还原上一步操作file-〉Redo 或者 contextMenu-〉Redo 或者使用快捷键[ctrl+y]
</p>
<p><img src="../img/help/redo1.png" alt="redo" title="" />
</p>
<p><img src="../img/help/redo2.png" alt="redo" title="" />
</p>
</li>
<li>
<p>
查看help文档
</p>
<p><img src="../img/help/help.png" alt="redo" title="" />
</p>
</li>
</ol>
<div class="nav">
<a href="javascript:void(0);" class="prev-page" onclick="TriggerBodyRemoveFromViewAnimation('rotateOutRight','introduce.html');">上一节MindMap简介</a>
<a href="javascript:void(0);" class="next-page" onclick="TriggerBodyRemoveFromViewAnimation('rotateOutRight','node.html');">下一节node操作</a>
</div>
</div>
</body>
</html>