addedValueMacros.reportPageLinkPopup
Syntax
{addedValueMacros.reportPageLinkPopup(whatText, reportID, template, anchor, class, title, accesskey, hreflang, tabindex, onmouseOver, onmouseOut, width, height, scroll, resizable)}
- whatText - a string which will be the text of the link.
- reportID - the name of the report to build the page linked to.
- template - optional, name of the template used to build the page lined to.
- anchor - optional, value of the anchor attribute for the link.
- class - optional, value of the class attribute for the link.
- title - optional, value of the title attribute for the link.
- accessKey - optional, value of the accesskey attribute for the link.
- hrefLang - optional, value of the hreflang attribute for the link.
- tabindex - optional, value of the tabindex attribute for the link.
- onmouseOver - optional, value of the onmouseOver attribute for the link.
- onmouseOut - optional, value of the onmouseOut attribute for the link.
- width - optional, default 600, width in pixels of the popup window.
- Height - optional, default 400, height in pixels of the popup window.
- scroll - optional, default yes, yes if the popup widnow can scroll.
- resizable - optional, default 1, whether window can be resized (1) or not (0). .
Examples
| {addedValueMacros.reportPageLinkPopup("Click", "subjectInRed", "content-only")} |
Click |
Semantics
Returns an anchor tag pointing to a page which will be built in a popup window showing the CURRENT message using the specified report and optional template. The size and oher attributes of the window are determined by width, height, scroll and resizeable paramaters. If any of the optional parameters anchor, title, title, accesKey, hrefLang, tabindex, onmouseOver, onmouseOut are present they are used to build the link.
Errors encountered are reported as HTML comments with an explanatory text, use view source in your browser to see them; such as
<!-- controlled report topsecret not accessible --<
See also