egroupware_official/api/js/etemplate/Et2Tree
ralf 731a9d91af implement not strictly linked multiselect tree by using sl-tree selection="single" and sl-tree-item.selection:
- instead of showing checkboxes, we use the sl-tree-item.selection marker (blue left border) to show the multi-selection and sl-tree sl-selection-change event to set the value accordingly
- implement Et2Tree.setSubChecked(_id, _value) to allow apps to (un)check a hierarchy onclick of parent, still allowing to (un)select single children
- also change several tree methods to return the updateComplete promise to use in mail app.js instead of window.setInterval() to wait for tree loading
2024-04-22 16:52:47 +02:00
..
Et2Tree.ts implement not strictly linked multiselect tree by using sl-tree selection="single" and sl-tree-item.selection: 2024-04-22 16:52:47 +02:00
Et2TreeDropdown.styles.ts Et2TreeDropdown: No need to keep small search size, it's hidden when we don't want it 2024-02-28 08:59:19 -07:00
Et2TreeDropdown.ts implement not strictly linked multiselect tree by using sl-tree selection="single" and sl-tree-item.selection: 2024-04-22 16:52:47 +02:00
Et2TreeDropdownCategory.ts Et2TreeDropdownCategory: Get category colors working 2024-02-28 14:59:39 -07:00