Demonstrates how to display text on a text board. When the page loads, the phrase 'Hello World!' is displayed.
To try these parts as used, simply copy and paste the following snippet of HTML into a Constructible HTML file.
<style type="text/css">
#text_board {
position:absolute;
left:2in;
top:2in;
font-size:48pt;
}
</style>
<div script="http://js.constructibl.es/specs/TextBoard.js"
id="text_board"
spec="E373E68FB874447CA0DFE7931FE9A0F1">
</div>
<div properties="emits_when_triggered:'Hello World.', does_trigger_automatically:true"
script="http://js.constructibl.es/specs/Trigger.js"
id="trigger"
spec="4B7A1FD417F541BDBB4748829ADE97FF">
</div>Was this example helpful? Do you have any questions? Tell us about it below!