Outils pour utilisateurs

Outils du site


weda:gist

Ceci est une ancienne révision du document !


[].forEach.call( document.querySelectorAll('input[type="checkbox"]'),function(el){
     el.checked=true;
   }
);​
javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){el.checked=true});

Selectionner tout les post it en mode Archivage:

javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){if(el.name.includes('TreeViewPostItReadsn')){el.click();}});
javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el,index){if(index < 10){el.click();}});
weda/gist.1685423252.txt.gz · Dernière modification : 2023/05/30 07:07 de ptitfrap