Surrounds many actions with HTML text.
Class MutliActionBox( prompt, actions, postfix, [prefix],[infix] ) from \ Action(( prompt))
prompt | The name or prompt of this action group. |
actions | An array of actions to be rendered. |
prefix | XHTML code to be inserted before the aciton group or nil for none. |
infix | XHTML code to be inserted in between each action or nil for none. |
This instance assumes the lowest authorization level given to all the actions it boxes.
Note: Being XHTML text, infix, prefix and postifix are not escaped; be careful.
Methods inherited from class Action | |
allowed | Check if a logged-in user can see this action. |
render | Renders this action. |