egroupware_official/api/js/etemplate/Et2Tree
ralf 28a660699a fix not working dropdown-tree use in addressbook (also reverting Contacts\Storage::get_lists())
- et2-tree-dropdown requires options with attributes id AND value, text AND label :(
- fixing it really to use only one or the other is hard, as lots of mail app.js code requires tree to use id, but all select wants value
- Etemplate\Widget\Select::fix_encoded_options() now uses a special handling for real (non-associative) arrays adding value attribute from id
- client-side et2-tree-dropdown now searches child-options in children and item attribute, and checks both label and text attributes
2025-02-21 09:33:58 +01:00
..
Et2Tree.styles.ts make "expand/collapse folder" easier to click especially on mobile 2024-11-28 11:50:02 +01:00
Et2Tree.ts fix not working dropdown-tree use in addressbook (also reverting Contacts\Storage::get_lists()) 2025-02-21 09:33:58 +01:00
Et2TreeDropdown.styles.ts Et2TreeDropdown: Fix readonly & disabled styles 2024-10-30 11:31:58 -06:00
Et2TreeDropdown.ts fix not working dropdown-tree use in addressbook (also reverting Contacts\Storage::get_lists()) 2025-02-21 09:33:58 +01:00