[!!!][TASK] This is FormEngine
The patch brings responsive layout for FormEngine and its elements. It fixes a couple of issues along the way, escpecially DatePicker and palettes field are aligned in a better way and wizard icons look much better. Adjustments: - Change datepicker to work directly on input without wrapper - Change clearableJs to bootstrap - Change dyntabs to bootstrap classes - Change fixed-font to text-monospace - Port CheckboxElement to boostrap - Port GroupElement to bootstrap - Port InputElement to bootstrap - Port Irre/Inline to bootstrap - Port Flexform to bootstrap - Port Palettes to bootstrap - Port RadioElements to bootstrap - Port TextElement to bootstrap - Port NoneElement to bootstrap Removes: - Unused change image javascript removed Deprecations: - cssClassTypeElementPrefix not used anymore - maxTextareaWidth not used anymore - paletteFieldTemplate not used anymore - palFieldTemplateHeader not used anymore - wizard config _PADDING - wizard config _DISTANCE - wrapOpenPalette not used anymore - wrapPaletteField not used anymore - formWidth not used anymore - formWidthAsArray not used anymore - addUserTemplateMarkers not used anymore Releases: master Resolves: #64762 Change-Id: I04ce24e63d2395fe25f7d5a314f5868882b2cd74 Reviewed-on: http://review.typo3.org/35951 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/contrib/jquery/jquery.clearable.js 23 additions, 31 deletionstypo3/contrib/jquery/jquery.clearable.js
- typo3/sysext/backend/Classes/Controller/File/EditFileController.php 1 addition, 1 deletion...xt/backend/Classes/Controller/File/EditFileController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 11 additions, 21 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 0 additions, 5 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php 0 additions, 1 deletion...3/sysext/backend/Classes/Form/Element/CheckboxElement.php
- typo3/sysext/backend/Classes/Form/Element/FlexElement.php 15 additions, 8 deletionstypo3/sysext/backend/Classes/Form/Element/FlexElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 132 additions, 81 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InlineElement.php 109 additions, 62 deletionstypo3/sysext/backend/Classes/Form/Element/InlineElement.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 102 additions, 84 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/Element/RadioElement.php 0 additions, 1 deletiontypo3/sysext/backend/Classes/Form/Element/RadioElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectElement.php 172 additions, 134 deletionstypo3/sysext/backend/Classes/Form/Element/SelectElement.php
- typo3/sysext/backend/Classes/Form/Element/SuggestElement.php 7 additions, 4 deletionstypo3/sysext/backend/Classes/Form/Element/SuggestElement.php
- typo3/sysext/backend/Classes/Form/Element/TextElement.php 54 additions, 60 deletionstypo3/sysext/backend/Classes/Form/Element/TextElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 399 additions, 229 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Resources/Private/Templates/FormEngine.html 1 addition, 60 deletions...ysext/backend/Resources/Private/Templates/FormEngine.html
- typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js 40 additions, 43 deletions...ext/backend/Resources/Public/JavaScript/DateTimePicker.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 8 additions, 8 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js 4 additions, 5 deletions...sext/backend/Resources/Public/JavaScript/jsfunc.inline.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 8 additions, 19 deletions.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
Please register or sign in to comment