Help: Map Asset View Template

For more help, visit the WebGUI Community Wiki.

canAddPoint
A boolean which is true if the current user can add a new point to the map
canEdit
A boolean which is true if the current user can edit this Map asset
mapPoints
A loop of map points. See the MapPoint template variables for a list of available ones.
button_addPoint
A templated button with internationalized label to add a button.
button_setCenter
A templated button with internationalized label to set the center of the map back to the default.
button_setCenter
A templated button with internationalized label to set the center of the map back to the default.
webgui.version
The version of WebGUI on your site.
webgui.status
The release status for this version of WebGUI (stable, beta, gamma, etc.)
session.user.username
The current user's username.
session.user.firstDayOfWeek
From the current user's profile, the day they selected to be the first day of the week.
session.config.extrasurl
From the WebGUI config, the URL for the extras directory.
session.var.adminOn
This variable will be true if the user is in Admin mode.
session.setting.companyName
From the WebGUI settings, the company name.
session.setting.anonymousRegistration
From the WebGUI settings, whether or not anonymous registration has been enabled.
session form variables
Session Form Variables
Any form variables will be available in the template with this syntax:
<tmpl_var session.form.variable>
If there is more than 1 value in a form variable, only the last will be returned.
session scratch variables
Session Scratch Variables
Any scratch variables will be available in the template with this syntax:
<tmpl_var session.scratch.variable>
groupIdAddPoint
The GUID of the group that can add points to the Map
mapApiKey
The Google Maps API key
mapHeight
The height of the map, in pixels
mapWidth
The width of the map, in pixels
startLatitude
The starting latitude of the map, for the center
startLongitude
The starting longitude of the map, for the center
startZoom
The starting zoom level of the map
templateIdEditPoint
The GUID of the template for adding or editing a point.
templateIdView
The GUID of the template for viewing the map.
templateIdViewPoint
The GUID of the template for viewing a point of the map.
workflowIdPoint
The GUID of the workflow for committing a Map Point.
canAddPoint
A boolean which is true if the current user can add a new point to the map
canEdit
A boolean which is true if the current user can edit this Map asset
assetId
The unique identifier for this Asset, in base64 encoding.
assetIdHex
The unique identifier for this Asset, in hexadecimal format.
title
The title of the Asset
menuTitle
The title of the Asset used in Navigations.
url
The Asset's URL.
isHidden
A boolean that will be true if this Asset is set not be displayed in Navigations.
newWindow
A boolean that will be true if this Asset is set open in a new browser window.
encryptPage
A boolean that will be true if this Asset is set to be served over SSL.
ownerUserId
The ID of the user who owns this Asset.
groupIdView
The ID of the group that is allowed to view this Asset.
groupIdEdit
The ID of the group that is allowed to edit this Asset.
synopsis
A short description of the contents of the Asset.
extraHeadTags
Extra tags that will be added to the header of the page containing the Asset. These will be included by default so you do not need to add them youself, unless you want them to be in there twice.
isPackage
A boolean that will be true if this Asset is set to be a Package.
isPrototype
A boolean that will be true if this Asset is set to be a prototype.
status
With respect to version control, the status of this Asset. Typically these are the English strings "approved", "pending", "committed".
assetSize
How big this asset is in bytes. The sum of all database fields and attachments.
keywords
This will be a string with the keywords for this asset. Individual keywords will be joined with spaces, unless the keyword contains spaces, in which case it will be quoted.
 
 
Admin Console
Help: Map Asset View Template
*
Admin Console