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>