|
|
 |
 |
 |
getnamedLink Macro
Convert one of the urls in a Manila websites' #url table to a link in the manner of the glossSub macro.
Parameters
- urlName - one of
- whatText - literal string
- whatTarget (optional) - value of the target attribute
- anchor (optional) - value of anchor attribute
- class (optional) - value of class attribute
Example
{ManilaExtras.getNamedLink("memberLogon", "A link to login")}
Displays
A link to login
|