Source Viewer : /control/link-demo.htm
<style type="text/css">
#linksDemo td {
border: solid 1px #ccc;
vertical-align:top;
padding: 1em;
}
</style>
<table id="linksDemo">
<tr>
<th>Action Links:</th>
<th>Page Links:</th>
<th>Other <i>(also links)</i>:</th>
</tr>
<tr>
<td>$ActionLink<p/>$DisabledActionLink</td>
<td>$PageLink<p/>$DisabledPageLink</td>
<td>$PageButton<p/>$DisabledPageButton</td>
</tr>
<tr>
<td>$IconActionLink<p/>$DisabledIconActionLink</td>
<td>$IconPageLink<p/>$DisabledIconPageLink</td>
<td>$ExternalLink<p/>$DisabledExternalLink</td>
</tr>
</table>
#if ($msg)
<p class="infoMsg"> $msg </p>
#end