jsPlumb

Component ID

1292224

Component name

jsPlumb

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

850

Component created

Component changed

Component body

Summary

jsPlumb provides a means for a developer to visually connect elements on their web pages. It uses SVG or Canvas in modern browsers, and VML for stone-age browsers. Full transparent support for dragging is included and the API is super simple.

Configuration

The module has an admin interface, where you can enable to always include the JavaScript file to the site.
Otherwise you can include it manually via a simple API function callback, witch includes all dependencies:

<?php
jsplumb_add_library();
?>