sliderWidget catches the message sent by the player widget and expands itself accordingly.
{{! template for the radio player }}
<div class='Ldt-controler demo'>
<div class='Ldt-LeftPlayerControls'>
<div class='Ldt-CtrlPlay'></div>
<div class='Ldt-CtrlNext'></div>
<div class='Ldt-CtrlSearch'></div>
</div>
<div class='Ldt-RightPlayerControls'>
<span class='ldt-Time'>
<span class='Ldt-ElapsedTime'></span>
/
<span class='Ldt-TotalTime'></span>
</span>
<button class='Ldt-CtrlSound'>Sound</button>
</div>
<div class='cleaner'> </div>
</div>