src/templates/tooltip.html
author hamidouk
Wed, 02 Nov 2011 12:33:20 +0100
branchpopcorn-port
changeset 171 158f0193ec54
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
added support for dependency widgets (i.e : a widget can now depend on another, and the latter will be instantiated and available to the former).

 <div class='Ldt-tooltip'>
<div class='title'>{{title}}</div>
<div class='time'>{{begin}} : {{end}} </div>
<div class='description'>{{description}}</div>
</div>