For more help, visit the WebGUI Community Wiki.
These variables are common to all Gallery views.
- url_addAlbum
- URL to add an album to the gallery.
- url_listAlbums
- URL to list the albums in the gallery.
- url_listAlbumsRss
- URL to the RSS feed for the list of albums.
- url_listFilesForCurrentUser
- URL to list albums and files for the current user.
- url_search
- URL to the search page.
- canEdit
- This var is true if the user can edit the gallery.
- canAddFile
- This var is true if the user can add albums and files to the gallery.
- searchForm_start
- Begin the form to search the Gallery.
- searchForm_end
- End the form to search the Gallery.
- searchForm_basicSearch
- The basic search input box. Will search the title,
description, keywords, and user defined fields.
- searchForm_title
- Search by title.
- searchForm_description
- Search by description.
- searchForm_keywords
- Search by keyword.
- searchForm_location
- Search by location.
- searchForm_className
- Search by class name.
- searchForm_creationDate_after
- Limit search to assets created after this date-time.
- searchForm_creationDate_before
- Limit search to assets created before this date-time.
- searchForm_submit
- Submit the search form.