actions | |
Actions | |
This widget displays actions.
It needs the list of actions as property "actions".
|
|
5.6 | |
No | |
No | |
No | |
org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler | |
{template=/widgets/actions/actions_widget_template.xhtml} | |
hidden |
actions | The list of actions to display. | ||
actionsDisplay | If set to 'buttons', actions will be displayed as command buttons. If set to 'links', actions will be displayed as command links. If set to 'icons', actions will be displayed as icons. Else (default behaviour), actions will be displayed as command links and display their icons when defined. | ||
overallDisplay | Overall display of actions. | ||
maxActionsNumber | Integer indicating the maximum number of actions to display. When this limit is reached, other actions are displayed in a menu. | ||
styleClass | Style class for the global container div. | ||
moreMenuLabel | |||
addForm | If set to true, actions will be surrounded by a form, so there should be no other surrounding form. This property is useful when fancybox actions need to open a popup in another form. Available since 5.7, defaults to false. | ||
useAjaxForm | If set to true, actions will be performed using ajax. Note that sometimes, selection actions will require you to reload the whole page for other elements than the content view to be re-rendered, so using ajax will not be user friendly in these cases. Available from 5.7, defaults to false. | ||
ajaxReRender | Ajax rerender ids, separated by commas. |