addedValueMacros.myPrefsLink
Syntax
{addedValueMacros.myPrefsLink (whatText,whatTarget, anchor, class, title, accesskeyl, hreflang, tabindex, onmouseOver, onmouseOut, onClick)}
- whatText - a string which will be the text of the link.
- whatTarget - optional, value of the target attribute for the link.
- 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.
- onClick - optional, value of the onClick attribute for the link.
Examples
| {addedValueMacros.myPrefsLink("set Member Prefs")} |
|
The link is functional, if you are logged in to this website you can change your preferences.
Semantics
If logged in , returns link to a page where the member can change their member specific addedValues preferences. If not logged in, returns empty string.
If any of the optional parameters whatTarget, anchor, title, title, accessKey, hrefLang, tabindex, onmouseOver, onmouseOut, onClick are present they are used to build the link.
See also