List
Available tags
Gallery.Folder.Name
Returns the path to the folder from which the images/PDF comes from.
@GetString("Gallery.Folder.Name")
Gallery.Image.First.Height
Returns the original height in pixels of the image listed first on the page.
@GetInteger("Gallery.Image.First.Height")
Gallery.Image.First.Width
Returns the original width in pixels of the image listed first on the page.
@GetInteger("Gallery.Image.First.Width")
Gallery.Image.FirstThumbLarge.Height
Returns the height in pixels of the detail image for the first image listed on the page.
@GetInteger("Gallery.Image.FirstThumbLarge.Height")
Gallery.Image.FirstThumbLarge.Width
Returns the width in pixels of the detail image for the first image listed on the page.
@GetInteger("Gallery.Image.FirstThumbLarge.Width")
Gallery.Image.FirstThumbMedium.Height
Returns the height in pixels of the thumbnail image for the first image listed on the page.
@GetInteger("Gallery.Image.FirstThumbMedium.Height")
Gallery.Image.FirstThumbMedium.Width
Returns the width in pixels of the thumbnail image for the first image listed on the page
@GetInteger("Gallery.Image.FirstThumbMedium.Width")
Gallery.List.ButtonBack
Returns a link to the previous page.
@GetString("Gallery.List.ButtonBack")
Gallery.List.ButtonBack.Image
Returns the name of the image used for the Back button.
@GetString("Gallery.List.ButtonBack.Image")
Gallery.List.ButtonBack.Link
Returns the URL for the Back button.
@GetString("Gallery.List.ButtonBack.Link")
Gallery.List.ButtonBack.Text
Returns the text used for the Back button.
@GetString("Gallery.List.ButtonBack.Text")
Gallery.List.ButtonBack.Type
Returns the type of the Back button in frontend.
@GetString("Gallery.List.ButtonBack.Type")
Gallery.List.ButtonForward
Returns a link to the next page.
@GetString("Gallery.List.ButtonForward")
Gallery.List.ButtonForward.Image
Returns the name of the image used for the Forward button.
@GetString("Gallery.List.ButtonForward.Image")
Gallery.List.ButtonForward.Link
Returns the URL for the Forward button.
@GetString("Gallery.List.ButtonForward.Link")
Gallery.List.ButtonForward.Text
Returns the text used for the Forward button.
@GetString("Gallery.List.ButtonForward.Text")
Gallery.List.ButtonForward.Type
Returns the type of the Forward button in frontend.
@GetString("Gallery.List.ButtonForward.Type")
Gallery.List.Folder
Returns the path to the folder with images or PDF.
@GetString("Gallery.List.Folder")
Gallery.List.ImageCount
Returns the total number of images.
@GetInteger("Gallery.List.ImageCount")
Gallery.List.PageCount
Returns the total number of pages.
@GetInteger("Gallery.List.PageCount")
Gallery.List.PageEnd
Returns the number of the last image on current page.
@GetInteger("Gallery.List.PageEnd")
Gallery.List.PageNumber
Returns the number of the page.
@GetInteger("Gallery.List.PageNumber")
Gallery.List.PageStart
Returns the number of the first image on current page.
@GetInteger("Gallery.List.PageStart")
Gallery.List.XmlUrl.UrlEncode
Returns the encoded path to the XML.
@GetObject("Gallery.List.XmlUrl.UrlEncode")
Gallery.PDF.Size
Returns the size of the current PDF in kilobytes.
@GetString("Gallery.PDF.Size")
Gallery.Picture.MaxHeigth
Returns the maximal height of the detail image.
@GetInteger("Gallery.Picture.MaxHeigth")
Gallery.Picture.MaxWidth
Returns the maximal width of the detail image.
@GetInteger("Gallery.Picture.MaxWidth")
Gallery.Thumb.MaxHeight
Returns the maximal height of the thumbnails.
@GetInteger("Gallery.Thumb.MaxHeight")
Gallery.Thumb.MaxWidth
Returns the maximal width of the thumbnails.
@GetInteger("Gallery.Thumb.MaxWidth")
Available loops
Images
The Image
loop lets you to display various information about the images.
@foreach (LoopItem item in GetLoop("Images")){ <p>@item.GetValue("TagName")</p> }
Pages
The Pages
loop lets you display various information about paging in the Gallery.
@foreach (LoopItem item in GetLoop("Pages")){ <p>@item.GetValue("TagName")</p> }