Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker im Frontend Editing #386

Open
VolMay opened this issue Mar 23, 2024 · 3 comments
Open

Datepicker im Frontend Editing #386

VolMay opened this issue Mar 23, 2024 · 3 comments

Comments

@VolMay
Copy link

VolMay commented Mar 23, 2024

Hallo,
gibt es Frontend Editing bei den Datumsfeldern einen Datepicker?
Contao Version 4.13.38

@alnv
Copy link
Owner

alnv commented Jun 5, 2024

Nein, ein Datepicker ist nicht enthalten.

@speedweb
Copy link

ein DATEPICKER wäre sicher nicht schlecht.
Gibt es eine Stepp by Stepp Anleitung wie ein Datepicker selber realisiert werden kann?
Gerade ein Datepicker wird sicher von den meisten öfter gebraucht.

@Veronikas
Copy link

Veronikas commented Aug 19, 2024

Am einfachsten ist es, wenn man input type="date" oder input type="datetime-local" nutzt, die inzwischen auch eine ordentliche Browserunterstützung haben. Dafür musst Du nur das entsprechende Template (ctg_form_field_text oder form_textfield) umbenennen und anpassen und dann bei dem betreffenden CM-Feld auswählen. Anbei meine Anpassung des Input-Feldes, welches als Mindestdatum das Tagesdatum setzt.
<input type="date" min="{{date}}" id="id_form_name ?>" class="fieldCssClass ?>" name="name ?>" value="value ?>" placeholder="placeholder ?>" tabindex ?> attributes ?>>
Ansonsten kannst Du auch irgendein jQuery Plugin nutzen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants