최근 검색
최근 검색 없음

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
댓글