Actions allow to you make widgets clickable in Creator Studio and are accessible from the right hand menu when a widget is selected, through the Action Panel, which consists of two main sections:
- An Action Type section where you can choose from a set of predefined actions described in this article
- An Effect section, including Mouseover and Loop Effects
Creator Studio supports the following Action types out of the box:
Open Link
This action allows to open a link within a Creator Studio Experience. Links can be opened in either the current window/tab or a new one. You can either specify an absolute link path or a relative one. Type a valid URL to direct the reader to and be sure to include http:// at the start.
Run JavaScript Code
Enhance your clicks by adding some JavaScript code logic, which will be executed upon click of the action. The most common use case is to add JavaScript code opening Quickview. IMPORTANT: when using Run JavaScript for Quickview, you should test by publishing the Experience to a sample page/staging environment, and not with Experience Preview. The reason is because the Quickview function exists only on client site and not on our Creator Studio domain.
Open Lightbox
This action will allow to open a provided URL in a lightbox/pop-up window, which will appear on top of the experience where the action has been placed. Dimensions of the lightbox are determined by the width and height parameters.
Navigate scenes
It is possible to navigate Experiences' scenes via a simple click. You can choose from going to previous, next, or jumping to specific scenes. This is only relevant when building multi-scene Experiences
Custom Actions
Custom JavaScript Actions are also part of the Actions panel. Once a Custom JS Action is created, it will appear in the Custom Actions list in the Action Panel.
Comments
0 comments
Please sign in to leave a comment.