-
Notifications
You must be signed in to change notification settings - Fork 4
(Event Binding) How to
Stephan Stricker edited this page Dec 6, 2018
·
1 revision
Trigger event when a page is loaded
Use the ContentLoaded event from client system to detect when a page or content in general is loaded. Adjust contentInfoSample to the content ID.
<EventBinding>
<Source xsi:type="clientSystem.Event" event="ContentLoaded" />
<EventHandler condition="contentId="contentInfoSample"" >
...
General Information
Direct binding
Event binding
Use cases
- General
- Widgets
- Styles
- Text
- Content