Skip to content
Snippets Groups Projects
Commit 9a5883a4 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'cherry-pick-8481e94d' into 'develop-before-revert'

F10096 Datepicker and documentation is implented

See merge request !400
parents 63194c73 1c014e65
No related branches found
No related tags found
2 merge requests!403Button is seperated in own div with class row and col-md-12. Now it will be...,!400F10096 Datepicker and documentation is implented
Pipeline #6788 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment