addedValueMacros.thumbNailPopup
Syntax
{addedValueMacros.thumbNailPopup (pictureShortCut, widthWanted="", heightWanted="", explanation=nil, hspace="", title="", align="", border=0, vspace="", scollbars=0, resizable=0, onmouseOver="", onmouseOut="")}
- pictureShortCut - the shortcut name of a picture to be displayed.
- widthWanted (optional)- if supplied, maximum width the scaled picture should be
- heightWanted (optional) - if supplied, maximum height the scaled picture should be
- explanation (optional) - if supplied, the alternate property of the picture.
- hspace (optional) - if supplied, the hspace attribute of the img tag.
- title (optional) - if supplied, the alternate attribute of the img tag.
- align (optional) - if supplied, the alternate attribute of the img tag.
- border (optional) - if supplied, the alternate attribute of the img tag.
- vspace (optional) - if supplied, the alternate attribute of the img tag.
- scrollbars (optional) - whether the popup window should have scrollbars.
- resizable (optional) - whether the popup windowshould be resizable.
- onmouseover (optional) - a mouseover script for the popup window.
- onmouseOut (optional) - a mouse out script for the popup window.
Examples
| {addedValueMacros.thumbNailPopup("pic_Variable Applies To", 120, 120)} |
 |
Semantics
this is combination of
addedValueMacros.scaledPictureRef and
addedValueMacros.getPopupLink which produces a thumbnail image which when clicked, opens a full size popup window.