Lines Matching refs:eventNamespace
185 this.addEventListener(this.elements, 'click.' + this.eventNamespace, function (event) {
198 …ntListener(this.domNodes.wrapper, ['click.' + this.eventNamespace, 'touchstart.' + this.eventNames…
207 this.addEventListener(document.body, 'contextmenu.' + this.eventNamespace, function (event) {
216 …this.addEventListener(document.body, 'keyup.' + this.eventNamespace, this.throttle(function (event…
432 this.removeEventListener(document, 'focusin.' + this.eventNamespace);
485 …_this3.relatedElements[index].dispatchEvent(new Event('nextImageLoaded.' + _this3.eventNamespace));
493 …_this3.relatedElements[index].dispatchEvent(new Event('prevImageLoaded.' + _this3.eventNamespace));
505 ….relatedElements[this.currentImageIndex].dispatchEvent(new Event('change.' + this.eventNamespace));
506 …geIndex].dispatchEvent(new Event((direction === 1 ? 'next' : 'prev') + '.' + this.eventNamespace));
553 …latedElements[_this5.currentImageIndex].dispatchEvent(new Event('error.' + _this5.eventNamespace));
568 …tedElements[_this5.currentImageIndex].dispatchEvent(new Event('changed.' + _this5.eventNamespace));
569 …ispatchEvent(new Event((direction === 1 ? 'nextDone' : 'prevDone') + '.' + _this5.eventNamespace));
691 this.addEventListener(window, 'resize.' + this.eventNamespace, function (event) {
697 …stener(this.domNodes.closeButton, ['click.' + this.eventNamespace, 'touchstart.' + this.eventNames…
700 _this6.addEventListener(window, 'hashchange.' + _this6.eventNamespace, function (event) {
707 ….domNodes.navigation.getElementsByTagName('button'), 'click.' + this.eventNamespace, function (eve…
777 …istener(this.domNodes.image, ['touchstart.' + this.eventNamespace, 'mousedown.' + this.eventNamesp…
857 …Listener(this.domNodes.image, ['touchmove.' + this.eventNamespace, 'mousemove.' + this.eventNamesp…
948 …chend.' + this.eventNamespace, 'mouseup.' + this.eventNamespace, 'touchcancel.' + this.eventNamesp…
1139 element.dispatchEvent(new Event('show.' + this.eventNamespace));
1189 element.dispatchEvent(new Event('shown.' + _this8.eventNamespace));
1196 this.removeEventListener(document, 'focusin.' + this.eventNamespace);
1197 this.addEventListener(document, 'focusin.' + this.eventNamespace, function (event) {
1555 …eventNamespace, 'closed.' + this.eventNamespace, 'nextImageLoaded.' + this.eventNamespace, 'prevIm…
1556 this.removeEventListener(this.elements, 'click.' + this.eventNamespace);
1557 this.removeEventListener(document, 'focusin.' + this.eventNamespace);
1558 this.removeEventListener(document.body, 'contextmenu.' + this.eventNamespace);
1559 this.removeEventListener(document.body, 'keyup.' + this.eventNamespace);
1560 …tListener(this.domNodes.navigation.getElementsByTagName('button'), 'click.' + this.eventNamespace);
1561 this.removeEventListener(this.domNodes.closeButton, 'click.' + this.eventNamespace);
1562 this.removeEventListener(window, 'resize.' + this.eventNamespace);
1563 this.removeEventListener(window, 'hashchange.' + this.eventNamespace);