Difference between revisions of "Template Page Variables"
From SmartWiki
(→Standard Fields) |
|||
Line 1: | Line 1: | ||
− | =Standard Fields= | + | ==Standard Fields== |
Application Name: | Application Name: | ||
:<font size="3">'''[@name@]'''</font> | :<font size="3">'''[@name@]'''</font> | ||
Line 11: | Line 11: | ||
:<font size="3">'''[@description@]'''</font> | :<font size="3">'''[@description@]'''</font> | ||
− | =Custom Fields= | + | |
+ | ==Custom Fields== | ||
All Level 1 [[Custom Field]]s, including those on the given template, can be inserted using the following: | All Level 1 [[Custom Field]]s, including those on the given template, can be inserted using the following: | ||
− | :<font size="3">'''@ | + | :<font size="3">'''@APPFIELDS@'''</font> |
+ | |||
− | =Save/Submit Buttons= | + | ==Save/Submit Buttons== |
To display the "Save" button use the following variable on the Template Page: | To display the "Save" button use the following variable on the Template Page: | ||
:<font size="3">'''@SUBMIT@'''</font> | :<font size="3">'''@SUBMIT@'''</font> | ||
Line 24: | Line 26: | ||
'''Impact''': This allows the same visibility of '''Save''' buttons that are currently available to the internal view of a '''Level One''' item, instead of just the '''Save''' and '''Submit''' buttons. | '''Impact''': This allows the same visibility of '''Save''' buttons that are currently available to the internal view of a '''Level One''' item, instead of just the '''Save''' and '''Submit''' buttons. | ||
+ | '''Note''': | ||
+ | *This is currently only available for '''Level One'''. | ||
+ | |||
+ | |||
+ | ==Other== | ||
+ | To copy the style use the following within the '''<head'''> and '''</head>''' | ||
+ | :<font size="3">'''@STYLELINK@'''</font> | ||
− | + | You must also include the following prior to any other variables to define the page as a form that can be submitted: | |
− | + | :<font size="3">'''@FORM@'''</font> | |
[[Category:Universal Tracking Application]][[Category:Variables]] | [[Category:Universal Tracking Application]][[Category:Variables]] |
Revision as of 14:04, 1 September 2009
Standard Fields
Application Name:
- [@name@]
Customer:
- [@company@]
Description:
- [@description@]
Custom Fields
All Level 1 Custom Fields, including those on the given template, can be inserted using the following:
- @APPFIELDS@
Save/Submit Buttons
To display the "Save" button use the following variable on the Template Page:
- @SUBMIT@
To allow the dynamic buttons (Save Draft, Submit) to be displayed on the Level 1 external web template page use:
- @SYSTEMBUTTONS@
Impact: This allows the same visibility of Save buttons that are currently available to the internal view of a Level One item, instead of just the Save and Submit buttons.
Note:
- This is currently only available for Level One.
Other
To copy the style use the following within the <head> and </head>
- @STYLELINK@
You must also include the following prior to any other variables to define the page as a form that can be submitted:
- @FORM@