Skip to content
Snippets Groups Projects
Commit 8481e94d authored by enured's avatar enured Committed by Carsten Rose
Browse files

F10096 Datepicker and documentation is implented

(cherry picked from commit 1141502e)
parent 399985b6
No related branches found
No related tags found
1 merge request!398F10096 Datepicker and documentation is implented
Pipeline #6781 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