Home >Web Front-end >JS Tutorial >jsMind adjusts node position by dragging the mouse_javascript skills

jsMind adjusts node position by dragging the mouse_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:04:332122browse

jsMind is a mind mapping library implemented in pure JavaScript, based on HTML5 canvas, and is open source under the BSD license.

Provides mind map display, editing and other functions, supports freemind data format, and has rich development interfaces for use. Please visit the software homepage to learn more about the specific functions.

jsMind now supports adjusting node positions by dragging the mouse. Just reference the latest version of jsmind.js as well as jsmind.draggable.js to use this feature. It should be noted that when the mind map is set to non-editable, the drag and drop function will also be disabled at the same time.

Please visit the project homepage: http://hizzgdev.github.io/jsmind/ to experience the effect.

Copy code The code is as follows:




The above is the entire content of this article, I hope you all like it.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn