link
Renders a plain link. To render a full-blown url tag instead, see l:url
| Tag Information | |
|---|---|
| Tag Class | org.loom.tags.core.LinkTag |
| Body Content | scriptless |
| Dynamic Attributes | true |
Attributes
| Name | Description | Flags |
|---|---|---|
| action | The action this link points to. Either this or href must be specified |
rtexprvalue
|
| event | The event this link points to. If action is specified but event is not, the default event will be assumed. If the action does not define a default event, an exception will be thrown. Either action/event or href must be set. |
rtexprvalue
|
| hash | The hash of the url (the fragment after '#') |
rtexprvalue
|
| href | The target url. Either this or the action / event pair must be set. |
rtexprvalue
|
| mapping | The mapping as action.event. This method is equivalent to
setting action and event separately.
|
rtexprvalue
|