JsMind adjust the node position by dragging the mouse.
JsMind is a mind map class library implemented by pure javascript. It is implemented based on html5 canvas and open-source with BSD Protocol.
Provides Mind Map Display, editing, and other functions, supports freemind data formats, and has a wide range of development interfaces for use. For more information about specific functions, visit the software homepage.
JsMind now supports adjusting the node position by dragging the mouse. You only need to reference the latest version of jsmind. js and jsmind. draggable. js to use this function. Note that the drag and drop function is also disabled when the mind map is set to uneditable.
Visit the project homepage: http://hizzgdev.github.io/jsmind/ experience.
Copy codeThe Code is as follows:
<Script type = "text/javascript" src = "js/jsmind. js"> </script>
<! -- Just Add the following js reference -->
<Script type = "text/javascript" src = "js/jsmind. draggable. js"> </script>
The above is all the content of this article. I hope you will like it.