Help: Dashboard Template Variables

For more help, visit the WebGUI Community Wiki.

dragger.init
Javascript necessary to initialize the Dashboard. It should be placed at the bottom of the template.
fullUrl
The full URL to this Dashboard, including sitename and any gateway configuration.
canEdit
A boolean which will be true if the current user can edit this Dashboard.
positionN_loop
By default, there are four positions, numbered 1, 2, 3 and 4. Each loop contains the list of assets that have been placed into it. Position 1 is special, because it also contains any assets which have not been specifically placed by the user.
id
Asset ID of the current dashlet.
content
The dashlet's content
dashletTitle
The title of the dashlet, the raw asset title.
shortcutUrl
If this dashlet is a shortcut, the URL of the shortcut.
dashletUrl
The URL to this dashlet.
canDelete
A boolean that is true if the current user is in the group who can personalize the dashboard and if this dashlet is not set to be required.
canMove
A boolean that is true if the current user is in the group who can personalize the dashboard and if this dashlet is not set to be static.
canPersonalize
A boolean that is true if the current user is in the group who can personalize the dashboard.
showReloadIcon
A boolean that is true if this dashlet is a shortcut, and the Show Reload Icon property is set to be true.
canEditUserPrefs
A boolean that is true if the current user is in the Registered Users group, and the dashlet is a Shortcut, and the Shortcut has preferences that can be configured.
editFormUrl
The URL to fetch the user overrides form for this dashlet, whether it is Shortcut based or a regular asset with overrides.
templateId
The GUID of the template used to display the dashboard
adminsGroupId
The GUID of the group that is allowed to set the default appearance of the dashboard for visitors.
usersGroupId
The GUID of the group that is allowed to change the appearance of their own dashboard.
isInitialized
A boolean which is true if this Dashboard has been initialized. You really don't need to know more than that.
displayTitle
A conditional variable for whether or not the title should be displayed.
description
The description of this wobject.
styleTemplateId
The assetId of the template for displaying the Asset.
printableStyleTemplateId
The assetId of the template for displaying the Asset for printing.
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.
controls
These are the icons and URLs that allow editing, cutting, copying, deleting and reordering the Asset.
 
 
Admin Console
Help: Dashboard Template Variables
*
Admin Console