src/templates/sliceWidget.html
author cavaliet
Thu, 10 May 2012 18:11:46 +0200
changeset 885 a26701464849
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
add bab player, as/swf files and example.

{{! template for the slice widget }}
<div class='Ldt-sliceWidget'>
  {{! the whole bar }}
  <div class='Ldt-sliceBackground'></div>
  
  <div class='Ldt-sliceLeftHandle'></div>
  {{! the zone which represents our slice }}
  <div class='Ldt-sliceZone'></div>   
  <div class='Ldt-sliceRightHandle'></div>
</div>