[TASK] Open ElementBrowser event based in FormEngine
Currently, the ElementBrowser is used in three different places in FormEngine, all of them trigger it differently. This patch introduces an event-driven approach and streamlines all usages. Resolves: #88436 Releases: master Change-Id: I13e696f29ade0aede6a2466cbca1e27cebc86c61 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60818 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Container/InlineControlContainer.ts 0 additions, 20 deletions...TypeScript/FormEngine/Container/InlineControlContainer.ts
- typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php 1 addition, 1 deletion...backend/Classes/Form/Container/InlineControlContainer.php
- typo3/sysext/backend/Classes/Form/FieldControl/ElementBrowser.php 3 additions, 6 deletions...sext/backend/Classes/Form/FieldControl/ElementBrowser.php
- typo3/sysext/backend/Classes/Form/FieldWizard/TableList.php 2 additions, 10 deletionstypo3/sysext/backend/Classes/Form/FieldWizard/TableList.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 9 additions, 0 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Container/InlineControlContainer.js 1 addition, 1 deletion...JavaScript/FormEngine/Container/InlineControlContainer.js
Please register or sign in to comment