Task #69729
closedStory #69712: Further FormEngine development
Inline getDynamicTabMenu
100%
Description
The "tabbing" in FormEngine is currently done at various (i think container only) places with methods getDynamicTabMenu() and getDynTabMenuId() from DocumentTemplate.
This should be inlined to FormEngine code, probably via method(s) located within AbstractContainer.
It might be a good idea to work on an own template for that, so maybe the ones currently referenced in getDynamicTabMenu could be copied to a location where that is only used by FormEngine.
One important thing is that the existing $this->pageRenderer->loadRequireModule() call vanishes and instead is added to "requireJsModules" of $resultArray: No render element must call pageRenderer directly or inderectly, ever.
Updated by Anja Leichsenring about 9 years ago
- Sprint Focus changed from On Location Sprint to Stabilization Sprint
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44269
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44269
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44269
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44269
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44269
Updated by Christian Kuhn about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 89ad74e66e3956933bb90d941d71f21a8a2fa595.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed