[FEATURE] add option to select recursively in tcaTree
in some cases you might need or want to select a whole subtree - this is now possible. Since ExtJs delivers nearly everything, just use it. Add this to pending Documentation: new Option in tcaTree[appearence]: allowRecursiveMode If true, a toggle button in the toolbar is activated. If you toggle the button, a selection of a node, will automatically select/unselect all childnodes recursively, too. Note: I added a Icon to the sprite, which has been regenerated via extdeveval (therefore the patch is more lengthy) Change-Id: Ic79c2cddfeb111cfc2911bf6f4dfe51c6f36a14c Resolves: #25061 Releases: 4.7 Reviewed-on: http://review.typo3.org/958 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Showing
- t3lib/js/extjs/tree/tree.js 17 additions, 0 deletionst3lib/js/extjs/tree/tree.js
- t3lib/stddb/tables.php 3 additions, 0 deletionst3lib/stddb/tables.php
- t3lib/tceforms/class.t3lib_tceforms_tree.php 4 additions, 3 deletionst3lib/tceforms/class.t3lib_tceforms_tree.php
- typo3/sysext/lang/locallang_csh_corebe.xlf 3 additions, 0 deletionstypo3/sysext/lang/locallang_csh_corebe.xlf
- typo3/sysext/t3skin/images/icons/apps/tcatree-select-recursive.png 0 additions, 0 deletions...ext/t3skin/images/icons/apps/tcatree-select-recursive.png
- typo3/sysext/t3skin/images/sprites/t3skin.png 0 additions, 0 deletionstypo3/sysext/t3skin/images/sprites/t3skin.png
- typo3/sysext/t3skin/stylesheets/sprites/t3skin.css 139 additions, 135 deletionstypo3/sysext/t3skin/stylesheets/sprites/t3skin.css
Please register or sign in to comment