Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit c945cd20 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: quiqqer/quiqqer#1156

Übergeordneter 1eb4d3d8
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -163,6 +163,9 @@
</span>
<input class="field-container-field" type="text" name="click"/>
</label>
<div class="field-container-item-desc">
{{clickDescription}}
</div>
</td>
</tr>
</table>
......
......@@ -42,13 +42,14 @@ define('package/quiqqer/menu/bin/Controls/Independent/Items/Custom', [
status : QUILocale.get('quiqqer/quiqqer', 'status'),
statusDescription: QUILocale.get(lg, 'tpl.statusDescription'),
title : QUILocale.get('quiqqer/quiqqer', 'title'),
linkTitle : QUILocale.get(lg, 'tpl.linkTitle'),
icon : QUILocale.get(lg, 'tpl.icon'),
url : QUILocale.get(lg, 'tpl.url'),
rel : QUILocale.get(lg, 'tpl.rel'),
relDescription: QUILocale.get(lg, 'tpl.relDescription'),
click : QUILocale.get(lg, 'tpl.click'),
title : QUILocale.get('quiqqer/quiqqer', 'title'),
linkTitle : QUILocale.get(lg, 'tpl.linkTitle'),
icon : QUILocale.get(lg, 'tpl.icon'),
url : QUILocale.get(lg, 'tpl.url'),
rel : QUILocale.get(lg, 'tpl.rel'),
relDescription : QUILocale.get(lg, 'tpl.relDescription'),
click : QUILocale.get(lg, 'tpl.click'),
clickDescription: QUILocale.get(lg, 'tpl.clickDescription'),
alternate : QUILocale.get(lg, 'tpl.rel.alternate'),
author : QUILocale.get(lg, 'tpl.rel.author'),
......
......@@ -366,6 +366,16 @@
<de><![CDATA[Klick Event (JavaScript)]]></de>
<en><![CDATA[Click event (JavaScript)]]></en>
</locale>
<locale name="tpl.clickDescription">
<de><![CDATA[
Füge hier den Funktionsnamen der JavaScript Funktion ein welche bei Klick aufgerufen werden soll.
Möchtest du eine eigene Funktion per Klick ausführen, kannst du hierzu die custom.js deines Projektes verwenden.
]]></de>
<en><![CDATA[
Add here the function name of the JavaScript function which should be called on click.
If you want to execute your own function on click, you can use the custom.js of your project.
]]></en>
</locale>
<locale name="tpl.Site">
<de><![CDATA[Site]]></de>
<en><![CDATA[Site]]></en>
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren