[TASK] Add methods to switch MSW steps programatically
The module `@typo3/backend/multi-step-wizard` now has two additional methods to allow switching to the previous or next step programatically: * `previous()` * `next()` The current jQuery hack in EXT:form's wizard is now using the introduced `next()` version. Resolves: #103280 Releases: main Change-Id: I50e6e3f499ddbf50a912bc6f5b7d2c557c45e9b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83210 Tested-by:Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
Andreas Nedbal <andy@pixelde.su> Reviewed-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by:
Andreas Nedbal <andy@pixelde.su>
Showing
- Build/Sources/TypeScript/backend/multi-step-wizard.ts 8 additions, 0 deletionsBuild/Sources/TypeScript/backend/multi-step-wizard.ts
- Build/Sources/TypeScript/form/backend/form-manager/view-model.ts 1 addition, 1 deletion...ources/TypeScript/form/backend/form-manager/view-model.ts
- typo3/sysext/backend/Resources/Public/JavaScript/multi-step-wizard.js 1 addition, 1 deletion.../backend/Resources/Public/JavaScript/multi-step-wizard.js
- typo3/sysext/form/Resources/Public/JavaScript/backend/form-manager/view-model.js 1 addition, 1 deletion...rces/Public/JavaScript/backend/form-manager/view-model.js
Please register or sign in to comment