[FEATURE] EXT:form - support multiple form elements per row
Make it possible to define multiple form elements per row. The default configuration works for Twitter Bootstrap. Resolves: #80196 Releases: master Change-Id: I28b9f648d2bc202c03b6c6b474f6e975ef1459bd Reviewed-on: https://review.typo3.org/52037 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- Build/Resources/Public/Less/form.less 7 additions, 0 deletionsBuild/Resources/Public/Less/form.less
- typo3/sysext/core/Documentation/Changelog/master/Feature-80196-ExtFormSupportMultipleFormElementsPerRow.rst 201 additions, 0 deletions...eature-80196-ExtFormSupportMultipleFormElementsPerRow.rst
- typo3/sysext/form/Classes/Domain/Model/FormElements/GridContainer.php 90 additions, 0 deletions.../form/Classes/Domain/Model/FormElements/GridContainer.php
- typo3/sysext/form/Classes/Domain/Model/FormElements/GridContainerInterface.php 23 additions, 0 deletions...sses/Domain/Model/FormElements/GridContainerInterface.php
- typo3/sysext/form/Classes/Domain/Model/FormElements/GridRow.php 103 additions, 0 deletions...sysext/form/Classes/Domain/Model/FormElements/GridRow.php
- typo3/sysext/form/Classes/Domain/Model/FormElements/GridRowInterface.php 23 additions, 0 deletions...rm/Classes/Domain/Model/FormElements/GridRowInterface.php
- typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php 128 additions, 0 deletions...iewHelpers/GridColumnClassAutoConfigurationViewHelper.php
- typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php 10 additions, 1 deletion...orm/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 52 additions, 1 deletiontypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 53 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html 17 additions, 0 deletions...itor/Inspector/GridColumnViewPortConfigurationEditor.html
- typo3/sysext/form/Resources/Private/Frontend/Partials/GridContainer.html 9 additions, 0 deletions...rm/Resources/Private/Frontend/Partials/GridContainer.html
- typo3/sysext/form/Resources/Private/Frontend/Partials/GridRow.html 11 additions, 0 deletions...ext/form/Resources/Private/Frontend/Partials/GridRow.html
- typo3/sysext/form/Resources/Private/Language/Database.xlf 36 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/form/Resources/Public/Css/form.css 9 additions, 0 deletionstypo3/sysext/form/Resources/Public/Css/form.css
- typo3/sysext/form/Resources/Public/Images/gridcontainer.svg 10 additions, 0 deletionstypo3/sysext/form/Resources/Public/Images/gridcontainer.svg
- typo3/sysext/form/Resources/Public/Images/gridrow.svg 8 additions, 0 deletionstypo3/sysext/form/Resources/Public/Images/gridrow.svg
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor.js 13 additions, 0 deletions...xt/form/Resources/Public/JavaScript/Backend/FormEditor.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/Core.js 36 additions, 3 deletions...rm/Resources/Public/JavaScript/Backend/FormEditor/Core.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js 169 additions, 1 deletion...ublic/JavaScript/Backend/FormEditor/InspectorComponent.js
Please register or sign in to comment