Action rendering arbitrary text.
Class TextAction( prompt, al, [authText],[naText] ) from \ Action(( prompt, al))
prompt | Name of the action for tables or titles. |
al | Authorization level reqired to render this action. |
authText | Raw XHTML text to be rendered if the action is authorized. |
naText | Raw XHTML text to be rendered if the action is not authorized. |
Methods inherited from class Action | |
allowed | Check if a logged-in user can see this action. |
render | Renders this action. |