[TASK] Refactor formengine required handling
This patch removes the required images and adds CSS based styling for required fields and minitems/maxitems validation. Resolves: #67354 Releases: master Change-Id: I5dbccb1c84035fa21079b09748c767bc4f3d06d0 Reviewed-on: http://review.typo3.org/39302 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/AbstractNode.php 43 additions, 16 deletionstypo3/sysext/backend/Classes/Form/AbstractNode.php
- typo3/sysext/backend/Classes/Form/Container/FlexFormElementContainer.php 1 addition, 1 deletion...ckend/Classes/Form/Container/FlexFormElementContainer.php
- typo3/sysext/backend/Classes/Form/Container/FlexFormSectionContainer.php 2 additions, 2 deletions...ckend/Classes/Form/Container/FlexFormSectionContainer.php
- typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php 4 additions, 10 deletions...backend/Classes/Form/Container/InlineControlContainer.php
- typo3/sysext/backend/Classes/Form/Container/PaletteAndSingleContainer.php 1 addition, 0 deletions...kend/Classes/Form/Container/PaletteAndSingleContainer.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 1 addition, 1 deletion...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 9 additions, 14 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 1 addition, 15 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php 2 additions, 17 deletions.../Classes/Form/Element/SelectMultipleSideBySideElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleBoxElement.php 1 addition, 1 deletion...t/backend/Classes/Form/Element/SelectSingleBoxElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 1 addition, 12 deletions...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectTreeElement.php 0 additions, 18 deletions...sysext/backend/Classes/Form/Element/SelectTreeElement.php
- typo3/sysext/backend/Classes/Form/Element/TextElement.php 2 additions, 13 deletionstypo3/sysext/backend/Classes/Form/Element/TextElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 1 addition, 108 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Resources/Private/Templates/DocumentTemplate/Tabs.html 1 addition, 2 deletions...nd/Resources/Private/Templates/DocumentTemplate/Tabs.html
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 27 additions, 0 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js 185 additions, 0 deletions...ckend/Resources/Public/JavaScript/FormEngineValidation.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js 2 additions, 0 deletions...sext/backend/Resources/Public/JavaScript/jsfunc.inline.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 1 addition, 193 deletions.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
- typo3/sysext/lang/locallang_core.xlf 1 addition, 1 deletiontypo3/sysext/lang/locallang_core.xlf
Please register or sign in to comment