Pesquisas recentes


Sem pesquisas recentes

Danish Kamal's Avatar

Danish Kamal

Entrou em 16 de out. de 2021

·

Última atividade em 16 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

2

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Danish Kamal

Danish Kamal comentou,

Comentário na comunidade 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');

Exibir comentário · Publicado 26 de mar. de 2021 · Danish Kamal

0

Seguidores

0

Votos

0

Comentários