Example #1
0
				$(oElement).draggable(oConf).on('mousedown.koDraggable', function () {
					Utils.removeInFocus();
				});
Example #2
0
				oDiv.on('onBeforeOpen.lg', function () {
					Globals.useKeyboardShortcuts(false);
					Utils.removeInFocus(true);
				});