Module-documentation

version 1.0.0
module: node-plugin
maintanance: Marco Asbreuk
home
all modules

Plugin by node-insert

This example shows that a plugin automaticly gets initialized once a host with plugin-html gets inserted.

Drag the rectangle. The Node is made draggable the html that gets inserted.

Code-example:

<body>
    <div class="base"></div>
</body>
<script src="itsabuild-min.js"></script>
<script>
    document.getElement('.base').setHTML('<div class="container" plugin-dd="true"></div>');
</script>
API Docs