Clock without variable binding
This example uses a JavaScript expression in an action value to create a mobile-friendly interactive clock.
The syntax for inserting an expression is: {= javascript expression}. An expression is simply the right-hand side of an equation in JavaScript, which, in this case brings back a string containing the local time for rendering (or in other words, drawing).