Skip to content

joomtools/plg_system_jtcfshowon

Repository files navigation

Joomla! System - Plugin - JT CF Showon

Joomla 3 Joomla 5 Joomla 4
PHP5.6 PHP7.x PHP8.0 PHP8.1 PHP8.2

Anleitung / Manual

Deutsch / German

Deutsche Anleitung

Das Plugin JT - Showon erweitert Customfields um die Möglichkeit, sie in Abhängigkeit von anderen Feldern darzustellen.

Eine Außnahme bildet das SubformFeld ab, hier funktioniert das Showon nur auf das SubformFeld selber und nicht auf die darin verwendeten Felder.

Zuerst muss das Plugin hier heruntergeladen, installiert und aktiviert werden.

Bei der Erstellung eines Customsfields erscheint daraufhin ein neues Eingabefeld "Showon".
Dort wird als erstes der Name des Feldes eingegeben, von dem unser Feld abhängig sein soll. Durch einen Doppelpunkt getrennt wird der Wert des Feldes eingegeben. z.B. eltern-feld:1
Unser neues Feld erscheint nur, wenn das eltern-feld den Wert 1 hat.

Es können verschiedenen Felder oder Werte verknüpft werden:
Mehrere Felder müssen zutreffen: Verknüpfung mit [AND].
Beispeil: eltern-feldA:1[AND]eltern-feldB:1
Eines der Felder muss zutreffen: Verknüpfung mit [OR].
Beispeil: eltern-feldA:1[OR]eltern-feldB:1

Wichtig hierbei, [AND] und [OR] sollten immer in Großbuchstaben und ohne Leerzeichen, davor oder danach, verwendet werden.

Eine vollständige Erklärung der Funktionsweise kann in der Joomla! Dokumentation nachgelesen werden.

Author: Guido De Gobbis
Copyright: © JoomTools.de
Plugin-Lizenz: GNU/GPLv3
Plugin-Version: herunterladen

Englisch / English

English Manual

The plugin JT - Showon extends the customfields with a new functionality to show the field in dependence of of another customfield.

An exception is the subform field, here the showon only works on the subform field itself and not on the fields used in it.

First you have to download, install and aktivate the plugin.

In the custimfields settings you have a new formfield "showon".
First you type the name of your customfield the field should depend on. Separated by a colon you write the value. f.e. parent-field:1
Our new field only appears if the parent-field has the value 1.

You can link several fields an values:
all fields have to be true: link with [AND].
Example: parent-fieldA:1[AND]parent-fieldB:1
One field have to be true: Link with [OR].
Example: parent-fieldA:1[OR]parent-fieldB:1

Important here, [AND] and [OR] should always be used in capital letters and without spaces before or after them.

A full explanation of how it works can be found in the Joomla! documentation.

Author: Guido De Gobbis
Copyright: © JoomTools.de
Plugin licens: GNU/GPLv3
Download latest Version