Skip to content
Snippets Groups Projects

F10096 Datepicker and documentation is implented

Closed Carsten Rose requested to merge cherry-pick-1141502e into develop-before-revert
1 file
+ 20
0
Compare changes
  • Side-by-side
  • Inline
@@ -249,6 +249,9 @@ Setup CSS & JS
# Only needed in case FullCalendar is used
file08 = typo3conf/ext/qfq/Resources/Public/Css/fullcalendar.min.css
# Only needed in case FormElement 'datetime'/'date' is used
file09 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap-datetimepicker.min.css
}
page.includeJS {
@@ -273,9 +276,26 @@ Setup CSS & JS
# Only needed in case FullCalendar is used
file16 = typo3conf/ext/qfq/Resources/Public/JavaScript/moment.min.js
file17 = typo3conf/ext/qfq/Resources/Public/JavaScript/fullcalendar.min.js
# Only needed in case FormElement 'datetime'/'date' is used
file18 = typo3conf/ext/qfq/Resources/Public/JavaScript/bootstrap-datetimepicker.min.js
}
.. _datetimepicker:
Datetimepicker
----------
Include the JS and CSS Files to get datetimepicker work:
Following scripts are needed:
* bootstrap-datetimepicker.min.css
* bootstrap-datetimepicker.min.js
As first option both can be inserted to the setup of the main Template like the other scripts shown above.
Second option is to use the UZH CD template.
.. _form-editor:
FormEditor
Loading