Creates an action as an html anchor element.
Class LinkAction( prompt, authLevel, text, link, [onClick],[extra] ) from \ Action(( prompt, authLevel))
prompt | Text for rendering columns headings or titles. |
authLevel | minimal authorization level required to see this action |
text | The text to be displayed in the a element. |
link | Complete link to a target page/entity created via Nest.eidLink() |
onClick | A command to be passed to the page |
extra | HTML attributes for the anchor element |
If the link parameter contains the text $(eid), that text is substituted with the value of the eid parameter of the LinkAction.render method.
Methods inherited from class Action | |
allowed | Check if a logged-in user can see this action. |
render | Renders this action. |