src/templates/SparklineWidget.html
author hamidouk
Wed, 01 Feb 2012 14:19:32 +0100
branchpopcorn-port
changeset 758 7fdb2d92da58
parent 524 a06527b99f22
permissions -rw-r--r--
trigger the seeked signal after seeking because due to a bug in jwplayer, it's not triggered when the video was paused.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
524
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
     1
<div class='Ldt-sparklineWidget' style='width: {{width}}px; height: {{height}}px'>
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
     2
    <div class='Ldt-sparkLinePositionMarker' style='width: 0px; height: {{height}}px'></div>
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
     3
    <div class='Ldt-sparkLineClickOverlay' style='width: {{width}}px; height: {{height}}px'></div>
a06527b99f22 the sparklineWidget height and width are now parametrable.
hamidouk
parents: 523
diff changeset
     4
    <div class='Ldt-sparkLine' style='width: {{width}}px; height: {{height}}px'>Loading</div>
523
8dfeaec4724b first version of the sparkline widget.
hamidouk
parents:
diff changeset
     5
</div>