Repeating Groups Events on Scroll

Demo to preview the settings

Introduction

Custom events and states for a repeating group. When scrolling a repeating group and new elements are loading, a few states and events will trigger.
The plugin have more specific setup than bubble default state for a repeating group and will help you with your specific needs.

Plugin Elements Properties

This plugin has one visual element which can be used on the page: RG events.

RG events

Get additional Repeating Group events and states.
Image without caption

Element Fields

Title
Description
Type
ID
The element id is assigned to a Repeating Group.
text
Total fields
The count of fields is inserted in the Repeating Group.
number

Element Events

Title
Description
Is loading
This event is triggered when the loading process is started.
Loading complete
This event is triggered when the loading process is finished.
Last item loaded
This event is triggered when the last item was loaded.

Element States

Title
Description
Type
Is loading
Indicates if the loading process is started.
yes / no
Last item loaded
Indicates if the last item was loaded and is visible.
yes / no
All content is visible
Indicates if all items are visible.
yes / no

Workflow example

Using the additional events

This example presents how to use the events of RG events element.
  1. On the page, it is placed a Repeating Group element with the following settings.
    1. Image without caption
      Also, this element has an ID Attribute. This value needs to copy into our plugin element.
      Image without caption
  1. Besides Repeating Group is placed a RG events element with the following settings. The ID is the same as the ID Attribute from the Repeating Group.
    1. Image without caption
  1. In the workflow, it is used the Loading complete event. When this event is triggered on the page is displayed β€œLoading complete” text.
    1. Image without caption
      Image without caption

Changelogs