Possibility of "select all"

Created on 16 October 2009, almost 15 years ago
Updated 7 February 2023, over 1 year ago

hello

i can't find an option to mark all terms of an vocabulary - is there one?
if not: is it possible to implement?

thanks momper

Feature request
Status

Downport

Version

1.0

Component

Code

Created by

🇩🇪Germany momper

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇫🇷France rkcreation

    Hi,

    With just some quick tests, I could make it work with a fancyTree extension (https://github.com/mar10/fancytree/wiki/ExtMulti)

    • Use all bundle in libraries.yml : //cdn.jsdelivr.net/npm/jquery.fancytree@2.37.0/dist/jquery.fancytree-all.min.js
    • In fancyTree options, allow keyboard and add settings :
      keyboard: true,
      multi: {
         mode: "sameParent"  // Restrict range selection behavior
      },
      extensions: ['multi'],
      

    I can make a patch if you want, but I need help to test side effects (eg: why keyboard is set to false ?)

    Thanks

Production build 0.71.5 2024