Comparing versions 44 and 45.
AlertInfotron
This is a very good example of a minimalistic infotron. Good starting point if you are new to JDA and want something to copy and tweak a bit.
Sample Declaration
<div id="alerter"
impl="~0103A2343C2A624180A4A726CCA30F49B8"
properties="message:'Hello World'"
script="http://localhost/Alert.js">
</div>
## Demos that use it
+ [button.html](DemoButton)
+ [jda\_and\_oo_integration.html](demoJdaAndOoIntegration)
## Input Terminals
+ **message_in**
+ accepts the following message types
1. string (i.e. "Goodbye")
2. any that can be converted to a string (i.e. 1)
+ **trigger_in**
+ accepts any message types
## Output Terminals
+ **close_event\_out**
+ matches the type of the message arrived at either the **message\_in** or **trigger\_in** input terminals
## Properties
+ _**message**_
+ can be set to the following value