Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Danish Kamal's Avatar

Danish Kamal

Beigetreten 16. Okt. 2021

·

Letzte Aktivität 16. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

2

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Danish Kamal

Danish Kamal hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk Apps Framework (ZAF)

Just wanted to share if we want to a Custom Button to as a toggle button we can just do it by attaching onClose and onOpen to zE and just use the toggle command from the button.

Global Script

window.zE('webWidget', 'hide');
window.zE('webWidget:on', 'close', function () {
window.zE('webWidget', 'hide');
});
window.zE('webWidget:on', 'open', function () {
window.zE('webWidget', 'show');
});

 

Button OnClick

window.zE('webWidget', 'toggle');

Kommentar anzeigen · Gepostet 26. März 2021 · Danish Kamal

0

Follower

0

Stimmen

0

Kommentare