HtmlPagerInfotron

This blueprint can be use together with a couple of button infotrons, to create a slideshow. It wraps a number of inner elements, of which only one is shown at a time, in response to incoming messages .

Sample Declaration

<div id="pager"
     ~01ABBFE1ADC6BF40adAE8DF64307B18BA7"
     script="http://localhost/HtmlPager.js">

   ... a number of divs containing the 'pages' to move through

</div>

Demos that use it

Input Terminals

Output Terminals

Properties

Demos that use it

How does it work?

This blueprint wraps a number of children under its dom node, which are considered 'pages' to leaf through,a s in a ppt slideshow. When a message is received on one of the prev or next input terminals, the implied action takes place. The input terminal page_request_in takes a number as oparameter, which show the coresponding page.