Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Trenner in Datenanzeige Frontend

More
3 months 5 days ago #10667 by Administrator IV
Replied by Administrator IV on topic Trenner in Datenanzeige Frontend
Hallo Sebastian,

vielen Dank für deine klare Darstellung deiner Vorstellungen!

Zu: mit Javascript bin ich absoluter Neuling:
Dann fängst du nach PHP und HTML und CSS, jetzt halt auch mit JavaScript an.

In Fall der Detail-Ansicht, schau dir mal die folgende Lösung an.
Der Code und seine Wirkung sind mehr oder weniger selbsterklärend.

Detail-Ansicht:
vi-solutions.de/forum-uploads/data-detai...-formatting_form.png

Formular-Konfiguration:
vi-solutions.de/forum-uploads/data-detai...rm-configuration.png

JavaScript-Code:
Code:
// add rows with text as headlines to structure the details view window.addEventListener('DOMContentLoaded', function() {     // console.log('FEWA script loaded');     const table = document.getElementsByClassName('visdatatable')[0];     let row = table.insertRow(0);     let cell = row.insertCell(0);     cell.innerHTML = 'Reisename';     cell.colSpan = 2;     cell.style.fontSize = "x-large";     cell.style.backgroundColor = 'LightGreen';     row = table.insertRow(3);     cell = row.insertCell(0);     cell.innerHTML = 'Reisestadt';     cell.colSpan = 2;     cell.style.fontSize = "x-large";     cell.style.backgroundColor = 'LightBlue';     row = table.insertRow(6);     cell = row.insertCell(0);     cell.innerHTML = 'Reisekontakt';     cell.colSpan = 2;     cell.style.fontSize = "x-large";     cell.style.backgroundColor = 'LightSalmon'; });

Viel Spaß noch mit dem JavaScript!

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
3 months 5 days ago #10670 by IllusionStudio
Replied by IllusionStudio on topic Trenner in Datenanzeige Frontend
Super. Damit komme ich weiter.

Vielen lieben Dank für den tollen Support. Das ist nicht selbstverständlich.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum