[TASK] EXT:form - Use text instead of data attributes
The form objects TEXTBLOCK, OPTION and TEXTAREA now use text as attribute for textual content. Furthermore, the patchset fixes a bug with duplicated select boxes. The missing deprecation file from #69957 is added as well. Resolves: #69369 Resolves: #70448 Releases: master Change-Id: I99d3d1292dc143989a8483d14fc5d827bd05a560 Reviewed-on: https://review.typo3.org/43895 Reviewed-by:Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst 35 additions, 0 deletions...sePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst
- typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php 9 additions, 3 deletions...3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
- typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php 8 additions, 5 deletions...sext/form/Classes/Domain/Model/Json/SelectJsonElement.php
- typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php 16 additions, 0 deletions...xt/form/Classes/Domain/Model/Json/TextareaJsonElement.php
- typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php 6 additions, 3 deletions...t/form/Classes/Domain/Model/Json/TextblockJsonElement.php
- typo3/sysext/form/Classes/Utility/CompatibilityLayerUtility.php 7 additions, 0 deletions...sysext/form/Classes/Utility/CompatibilityLayerUtility.php
- typo3/sysext/form/Configuration/PageTS/modWizards.ts 2 additions, 2 deletionstypo3/sysext/form/Configuration/PageTS/modWizards.ts
- typo3/sysext/form/Resources/Private/Language/locallang_wizard.xlf 8 additions, 2 deletions...sext/form/Resources/Private/Language/locallang_wizard.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Select.js 13 additions, 7 deletions...sources/Public/JavaScript/Wizard/Elements/Basic/Select.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Textarea.js 2 additions, 2 deletions...urces/Public/JavaScript/Wizard/Elements/Basic/Textarea.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content/Textblock.js 2 additions, 2 deletions...es/Public/JavaScript/Wizard/Elements/Content/Textblock.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js 18 additions, 0 deletions...vaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Options.js 9 additions, 9 deletions.../JavaScript/Wizard/Viewport/Left/Options/Forms/Options.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Various.js 18 additions, 0 deletions.../JavaScript/Wizard/Viewport/Left/Options/Forms/Various.js
Please register or sign in to comment