Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Merge requests
!398
F10096 Datepicker and documentation is implented
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
F10096 Datepicker and documentation is implented
cherry-pick-1141502e
into
develop-before-revert
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Carsten Rose
requested to merge
cherry-pick-1141502e
into
develop-before-revert
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
(cherry picked from commit
1141502e
)
0
0
Merge request reports
Compare
develop-before-revert
develop-before-revert (base)
and
latest version
latest version
8481e94d
1 commit,
3 years ago
1 file
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Documentation/Installation.rst
+
20
−
0
Options
@@ -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