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.

Leerzeichen

More
3 months 1 week ago #10000 by prffrost
Leerzeichen was created by prffrost
gibt es eine möglichkeit Leerzeichen am Ende eines Eintarges zu vermeiden?

More
3 months 1 week ago - 3 months 1 week ago #10001 by Administrator IV
Replied by Administrator IV on topic Leerzeichen
Hallo Wolfgang,

die einfachste Möglichkeit für Text und Textarea ist die benutzerdefinierte Validierung.
Die benutzerdefinierte Validierung findest du in der Feld-Konfiguration, Reiter 'Grundeinstellungen' in der Option 'Benutzerdefinierte Validierung'.

Mit folgenden beiden alternativen Regex-Ausdrücken verhinderst du Text-Einträge mit Leerzeichen oder Tabs am Ende.
Code:
[^\s]+$ [\S]+$


\s   Dieser Ausdruck steht für Whitespace , also Leerzeichen und Tabs..
\S   Dieser Ausdruck steht für alle Zeichen, die kein Whitespace sind, also für [^s].
^    Durch das ^ Zeichen am Anfang einer Zeichenauswahl wird diese negiert.
+    Steht für 'muss mindestens einmal vorkommen'.
$    Steht für das Ende des Text.

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 :-).
Last edit: 3 months 1 week ago by Administrator IV.

More
3 months 1 week ago #10002 by prffrost
Replied by prffrost on topic Leerzeichen
super - vilelen Dank für die Info....
Global geht sowas nicht zufällig?

More
3 months 1 week ago #10006 by Administrator IV
Replied by Administrator IV on topic Leerzeichen
Hallo Wolfgang,

leider gibt es diese Möglichkeit nicht als eine einfache globale Konfiguration.
Eine Möglichkeit für Entwickler gäbe es in Form der Erstellung eines Custom-Plugins.
Diese Möglichkeit gibt es ja immer ...

In der Dokumentation wird beschrieben, wie ein 'Visforms Custom-Plugin' erstellt werden kann.

Custom-Plugin Erstellung:
docs.joomla-4.visforms.vi-solutions.de/d...-plugin-development/

Custom-Plugin Event-System:
docs.joomla-4.visforms.vi-solutions.de/d...-plugin-development/

Es gibt ein fertiges komplettes Custom-Plugin mit allen Events und Hilfsfunktionen als Template, das die Installation von Visforms mitbringt:
docs.joomla-4.visforms.vi-solutions.de/d...-plugin-development/

Der Entwickler kann dann selbst entscheiden, was zusätzlich alles geschehen soll.
Die Erstellung eines Custom-Plugins erfordert etwas Erfahrung in der PHP-Entwicklung unter Joomla.

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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum