Lines Matching refs:LyteBox

31 function LyteBox() {  class
92 LyteBox.prototype.initialize = function() {
194 LyteBox.prototype.updateLyteboxItems = function() {
210 LyteBox.prototype.start = function(imageLink, doSlide, doFrame) {
312 LyteBox.prototype.changeContent = function(imageNum) {
408 LyteBox.prototype.resizeContainer = function(imgWidth, imgHeight) {
435 LyteBox.prototype.showContent = function() {
487 LyteBox.prototype.updateDetails = function() {
522 LyteBox.prototype.updateNav = function() {
585 LyteBox.prototype.enableKeyboardNav = function() { document.onkeydown = this.keyboardAction; };
586 LyteBox.prototype.disableKeyboardNav = function() { document.onkeydown = ''; };
587 LyteBox.prototype.keyboardAction = function(e) {
630 LyteBox.prototype.preloadNeighborImages = function() {
651 LyteBox.prototype.togglePlayPause = function(hideID, showID) {
668 LyteBox.prototype.end = function(caller) {
683 LyteBox.prototype.checkFrame = function() {
694 LyteBox.prototype.getPixelRate = function(cur, img) {
705 LyteBox.prototype.appear = function(id, opacity) {
729 LyteBox.prototype.fade = function(id, opacity) {
745 LyteBox.prototype.resizeW = function(id, curW, maxW, pixelrate, speed) {
765 LyteBox.prototype.resizeH = function(id, curH, maxH, pixelrate, speed) {
781 LyteBox.prototype.getPageScroll = function() {
790 LyteBox.prototype.getPageSize = function() {
820 LyteBox.prototype.toggleFlash = function(state) {
846 LyteBox.prototype.toggleSelects = function(state) {
862 LyteBox.prototype.pause = function(numberMillis) {
877 function initLytebox() { myLytebox = new LyteBox(); }