Patch (to be ported)
Project:
Taxonomy Manager
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 12:26 UTC
Updated:
7 Feb 2023 at 14:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ilw commentedSubscribe
Comment #2
damienmckennaSomething like what VBO has would be useful:
Comment #3
damienmckennaHere's a patch to add a checkbox at the top of the tree, and it works with both single trees and double tree displays.
Comment #4
momper commentedsuper!
Comment #5
greg.harveyWorks for me! Life saver! =)
Comment #6
greg.harveyActually, revoking that. It does work, but in Firefox 3.0 there's a little quirk making it impossible to expand the first item in the tree. I only noticed this on another site where I applied the patch, where I needed to expand the first term to manipulate its children and couldn't. So needs a little work, but broadly works great!
Will supply updated patch if I get a chance to fix this before anyone else does.
Comment #7
mh86 commentedHi!
I took a look at the patch and here some thoughts:
The Taxonomy Manager already has some code for selecting checkboxes (in tree.js), so maybe we can reuse or adapt it?
Furthmore, I don't really like adding JS and forms inline and I would suggest using the "select all children" icon instead of another checkbox.
Comment #8
mlncn commentedThe need for a "Select All" feature remains in the current actively developed branch!
Being able to select the top box, scroll to the bottom, and have them all selected by holding down 'Shift' (or control or really anything) would also meet this need without requiring more buttons.
Comment #9
jacobsanfordSounds like a great feature!
From the example on the FancyTree page:
http://wwwendt.de/tech/fancytree/demo/sample-select.html#
it seems that feature should be straightforward to implement. I'd welcome a patch.
Comment #10
ivnishComment #11
nicodh commentedHi,
With just some quick tests, I could make it work with a fancyTree extension (https://github.com/mar10/fancytree/wiki/ExtMulti)
I can make a patch if you want, but I need help to test side effects (eg: why keyboard is set to false ?)
Thanks