iterates over all lists in Kanban and calls a function for them
func | function | a function that will be called for each kanban list |
$$("myBoard").eachList(function(list,status){
if(list){
list.define("type","edit");
list.render();
}
});
The func parameter takes two arguments: