Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js46 keyPress: true, property in AnonymousFunction91f19f9c0200.defaults
235 if (_this.s.keyPress) {
236 _this.keyPress();
977 Plugin.prototype.keyPress = function() { method in Plugin
H A Dlightgallery.min.js4keyPress:!0,controls:!0,slideEndAnimatoin:!0,hideControlOnEnd:!1,mousewheel:!0,getCaptionFromTitle… property in AnonymousFunction7137b5ee0200.c
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js135 this.eventKeypress = this.keyPress.bindAsEventListener(this);
192 keyPress: function(event) { method in Draggables
194 this.activeDraggable.keyPress(event);
444 keyPress: function(event) {