HtmlInfotron

This simple blueprint accepts any string on its input terminal and the associated handler function sets innerHTML on the infotrons DOM node to the contents of the message.

Sample Declaration

<div id="alerter"
     impl="~01A08F0900C9364429BB78BBC03401C3BE"
     script="http://localhost/Html.js">
</div>

Dependencies

Input Terminals

Output Terminals

Properties

Demos that use it

How does it work?

It just chucks any incoming message as innerHTML on the node where it is defined. It had better be HTML, or at least text.