From: Benoît Pin Date: Wed, 9 Jul 2014 15:10:43 +0000 (+0200) Subject: Début d'implémentation du rafraîchissement des images après modification du tri. X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/commitdiff_plain/b6667d7da5760dc6129c14f785035d18916ca2f7 Début d'implémentation du rafraîchissement des images après modification du tri. --- diff --git a/skins/photo_lightbox_viewer.js b/skins/photo_lightbox_viewer.js index 3fc6fd7..ac20cd3 100644 --- a/skins/photo_lightbox_viewer.js +++ b/skins/photo_lightbox_viewer.js @@ -169,6 +169,7 @@ Lightbox.prototype.onResponseLoad = function(req) { break; case 'sorted' : this.fm.submitButton = undefined; + this.refreshGrid(); break; } }; @@ -287,6 +288,48 @@ Lightbox.prototype.selectCBRange = function(evt) { } }; +Lightbox.prototype.refreshGrid = function() { + if (!this.uidIndex) { + // build checkbox index + this.uidIndex = {}; + var i, node, length=0; + var nodes = this.grid.childNodes; + for (i=0 ; i