Búsquedas recientes


No hay búsquedas recientes

Danish Kamal's Avatar

Danish Kamal

Incorporación 16 oct 2021

·

Última actividad 16 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

2

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Danish Kamal

Danish Kamal hizo un comentario,

Comentario de la comunidad 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');

Ver comentario · Publicado 26 mar 2021 · Danish Kamal

0

Seguidores

0

Votos

0

Comentarios