addedValueMacros.beginUserTransactionLinkPopup
Syntax
{addedValueMacros.beginUserTransactionLinkPopup(formID, whatText, initialValues="", title = "", width="500", height="400", scroll= false, template="",class=nil, accesskey=nil, hreflang=nil, tabindex=nil, onmouseOver="", onmouseOut="")}
- formID - the name of a form for a user transaction
- whatText - a string which will the text of anchor link.
- initialValues - optional, a string of ampersand delimited name=value pairs which initialise variables in a User transaction
- title - optional, title of new window
- width - optional, width of new window in pixels
- height - optional, height of new window in pixels.
- scroll - optional, determines if the new window will have scroll bars
- template - optional, name of a Frontier html template, which is stored in the websites #templates table
- class - optional, the class attribute of the link
- accesskey - optional, the accesskey attribute of the link
- hreflang - optional, optional, the hreflang attribute of the link
- tabindex - optional, optional, the tabindex attribute of the link
- onmouseOver - optional, the onmouseOver attribute of the link
- onmouseOut - optional, the onmouseOut attribute of the link
Examples
| {addedValueMacros.beginUserTransactionLinkPopup("contactEmailer")} |
Semantics
Creates a link to a javascripted popup Window with an addedValues created page with a form that instantiates a User Transaction. The windows title, height, width and scolling capabilities are initialised by the eponymous optional parameters. The Manila template used by the page, which can be defined by a number of plugins, determines the look and feel of the popup page.
See also