The gallery object is used to display images, saved in a table, in a responsive grid.
Gallery Object Properties
When you select the gallery object, you will be able to configure its settings, styles, and events associated with it.
Settings
Caption: Text to appear above the header.
☑ Hide Caption: If you’re labeling your control for your own information but don’t want the text to show in the live screen, check this box.
Load State: The default state of the control: regular/hidden/disabled.
Base Table: The table where the images are saved.
Image Field: The field of type picture in the table that holds the image.
Caption Field: This field of type text in the table that holds text to show under your image.
Style
There are no style parameters for the gallery object.
Actions / Events
Click Event - Triggered when a Method user left-clicks on an image.
Note, when using actions within a gallery's click event, you will be able to pull the values of the image (record) the user clicked.
For example, in the below image, there is a control labelled with Gallery.
The Gallery - Caption and Gallery - RecordID fields will hold the data of the image clicked. Thus, you will be able access the data from that record.