Thanks, i have seen this document but i can't modify the libs.I'm trying to solve this problem with js and the click function. $(document).on ("click", ".cq-sidekick-preview", function (e) { e.stopImmediatePropagation(); alert("click1"); }); $(document).on ("click", ".x-tool-toggle", function (e) { ...