Files
Chamilo/plugin/mindmap/edit-mindmap/vendor/help/node.html
2025-04-10 12:36:07 +02:00

100 lines
3.8 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>node操作</h2>
<ol>
<li>
<p>
选中节点:左键单击节点
</p>
</li>
<li>
<p>
nodeContextMenu右键单击节点
</p>
</li>
<li>
<p>
修改节点位置:左键点击节点不松,拖动鼠标
</p>
</li>
<li>
<p>
修改节点内容nodeContextMenu-〉edit
</p>
<p><img src="../img/help/edit_node.png" alt="edit node" title="" />
</p>
</li>
<li>
<p>
创建根节点contextMenu-〉Creat New Root Node
</p>
<p><img src="../img/help/create_root_node.png" alt="cteate root node" title="" />
</p>
</li>
<li>
<p>
添加子节点nodeContextmenu-> Append Child Node
</p>
<p><img src="../img/help/append_child_node.png" alt="append child node" title="" />
</p>
</li>
<li>
<p>
删除节点nodeContextMenu-〉Delete
</p>
<p><img src="../img/help/delete.png" alt="delete node" title="" />
</p>
</li>
<li>
<p>
复制节点:选中节点-〉(点击右键-〉Copy或者file-〉Copy 或者使用快捷键[ctrl+c]
</p>
<p><img src="../img/help/copy_node.png" alt="copy node" title="" />
</p>
</li>
<li>
<p>
剪切节点:选中节点-〉(点击右键-〉cut或者file-〉cut 或者使用快捷键[ctrl+x]
</p>
<p><img src="../img/help/cut_node.png" alt="cut node" title="" />
</p>
</li>
<li>
<p>
粘贴节点:选中节点-〉(点击右键-〉Paste或者file-〉Paste 或者使用快捷键[ctrl+v]
</p>
<p><img src="../img/help/paste_node.png" alt="paste" title="" />
</p>
</li>
</ol>
<div class="nav">
<a href="javascript:void(0);" class="prev-page" onclick="TriggerBodyRemoveFromViewAnimation('rotateOutRight','map.html');">上一节map操作</a>
<a href="javascript:void(0);" class="next-page" onclick="TriggerBodyRemoveFromViewAnimation('fadeOut','../index.html');">Go to MindMap</a>
</div>
</div>
</body>
</html>