Configured by default to avoid adding a form around the link if not ajaxified, and to support ajax actions.
label | The action label. | ||
icon | The action icon path. Example: "/icons/contextual_menu/share.png". | ||
ajaxSupport | Boolean stating if the action supports ajax. Mandatory for this action to be ajaxified when caller asks for an ajax form to be used. Default value depends on the action type policy. | ||
onclick | Javascript code to call when clicking on the action. | ||
target | The action target, for instance "_blank". | ||
confirm | Javascript confirmation code, called when clicking on the action. | ||
confirmMessage | Alternative to the "confirm" property, only stating the confirmation message, that can be a message to translate. | ||
confirmMessageArgs | Confirm message arguments, referenced by the confirm message translation in messages.properties files. | ||
view | Specific view to use for the rest document link. Available since 6.0. | ||
pattern | Specific pattern to use for the rest document link. Available since 6.0. |