[TASK] Migrate SelectElementTree to TypeScript
This patch migrates FormEngine's SelectElementTree to TypeScript. Also, a terrible hack that puts the local tree initialitation callback into global scope has been removed. Resolves: #87987 Releases: master Change-Id: Ib34ae7fe4ac1e197af2183b8890cc72e13a900e9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60316 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectTreeElement.ts 79 additions, 0 deletions...Public/TypeScript/FormEngine/Element/SelectTreeElement.ts
- Build/types/TYPO3/index.d.ts 14 additions, 1 deletionBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Classes/Form/Element/SelectTreeElement.php 13 additions, 5 deletions...sysext/backend/Classes/Form/Element/SelectTreeElement.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SelectTree.js 2 additions, 2 deletions...ources/Public/JavaScript/FormEngine/Element/SelectTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SelectTreeElement.js 1 addition, 66 deletions...Public/JavaScript/FormEngine/Element/SelectTreeElement.js
Please register or sign in to comment