Home
last modified time | relevance | path

Searched refs:togglePlayPause (Results 1 – 1 of 1) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js293 … this.doc.getElementById('lbPause').onclick = function() { myLytebox.togglePlayPause("lbPause", "l…
294 …) this.doc.getElementById('lbPlay').onclick = function() { myLytebox.togglePlayPause("lbPlay", "lb…
528 if (myLytebox.pauseOnPrevClick) { myLytebox.togglePlayPause("lbPause", "lbPlay"); }
538 if (myLytebox.pauseOnNextClick) { myLytebox.togglePlayPause("lbPause", "lbPlay"); }
651 LyteBox.prototype.togglePlayPause = function(hideID, showID) { method in LyteBox