最近搜索


没有最近搜索

Danish Kamal's Avatar

Danish Kamal

已加入2021年10月16日

·

最后活动2021年10月16日

关注

0

关注者

0

活动总数

2

投票

0

订阅

1

活动概览

的最新活动 Danish Kamal

Danish Kamal 进行了评论,

社区评论 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');

查看评论 · 已于 2021年3月26日 发布 · Danish Kamal

0

关注者

0

投票

0

评论