For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vertical Scroll Popup

Overview

This popup contains allows users to scroll through its content.

Structure

This popup includes the following:

  • Group Main scrollable area includes the disabled formatting for the text area.

  • RepeatingGroup scroll (Do not change) is used here to get the scrolling effect. Please do not remove or change.

  • Clicking on Button Cancel and Button I agree will close the popup

  • This popup can't be closed by pressing 'Esc'

How to set up

  • Update the data source of the text element

  • Add a workflow to Button I agree

  • Add a workflow on the page to show Popup verticalScrollPopup

Last updated