Use JavaScript to set onclick event
I'm trying to set an onclick event using JavaScript to a Cp smart shape called "item_01".
When I look at the HTML that is generated the shape does indeed have an onclick event attached but Cp "covers" it with at least two other shape-related elements making it impossible for "item_01" to get clicked by the user.
How can I use JavaScript to attach an onclick event to a smart shape that gets triggered by the user clicking the smart shape?
