iTV.js Framework {{itv.version}} : Template - Text
Fruits : {{ ['apples', 'peaches', 'oranges'].join(' | ') }}
Keys : {{ getKeysPressed() }}
To do:
- Press alpha or numeric keys.
- When finished, press "back" to go back to the demo list.
Expected result:
- The title should be "iTV.js Framework 3.1.10 : Template - Text".
- The first box should display "Fruits : apples | peaches | oranges".
- The second box should display the velues of the alpha and numeric keys you have pressed.
Remark:
- Please view the source of this HTML document to check out the code that makes it work the way it does.