ADGallery
Created by Orckestra
How to add a gallery to a page
- Edit a page
- Insert:
- the "ADGallery" component (Components | Media),
- or the Composite.Media.ImageGallery.ADGallery function ( Insert > Function),
- or the following code:
Expand code
- In the Media Folder (
MediaFolder
) parameter, select the media folder with the images you want to display as a gallery. - If necessary, change the following optional parameters:
- Order By (
OrderBy
): The field to sort images in the gallery by: Title, FileName, Description. 'Title' by default. - Sort Order (
OrderByAscending
): The order to sort data by: ascending (True
), descending (False
). Ascending by default.
- Order By (