最近の検索
最近の検索はありません

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
コメント