addedValueMacros.getPopupLink
Syntax
{addedValueMacros.getPopupLink(whatText, url, width, height, scollbars, resizable, anchor, class, title, accesskey, hreflang, tabindex, onmouseOver, onmouseOut)}
- whatText - a string which will be the text of the link.
- url - the url to be used to create the link.
- width - optional, default 520, width of the popup window.
- height - optional, default 600, height of the popup window.
- scrollbars - optional, default 1, determines if winow has a scroll bar.
- resizable - optional, default 1, determines if the window is resizable (1) or not(1).
- anchor - optional, value of the anchor attribute for the link.
- class - optional, value of the class attribute for the link.
- title - optional, title of the popup window.
- 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.
Examples
| {addedValueMacros.getPopupLink("Home", "http://www.addedValues.org/")} |
Home |
Semantics
Returns an anchor tag pointing to a new page with a poup window which will load the url supplied. If any of the optional parameters anchor, title, accesKey, hrefLang, tabindex, onmouseOver, onmouseOut are present they are used to build the link.
Useful in search reports, to "expand" a hit but to keep the hitlist around.