Ricerche recenti
Nessuna ricerca recente

Danish Kamal
Data ingresso 16 ott 2021
·
Ultima attività 16 ott 2021
Seguiti
0
Follower
0
Attività totali
2
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Danish Kamal
Danish Kamal ha commentato,
Commento nella community 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');
Visualizza commento · Data ultimo post: 26 mar 2021 · Danish Kamal
0
Follower
0
Voti
0
Commenti