buttons()
Define the control buttons to be shown in the form.
Please note - this property requires the Editor extension for DataTables.
The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please sign-in, alternatively an Editor license can be purchased on this site, or sign up for the free trial.
Description
Editor can display buttons in each of its editing modes (edit()
, bubble()
and inline()
) which, typically, provides the end user with a method of saving the form, or optionally closing it. However, the buttons shown are exceptionally configurable and can be configured to perform almost any action as they will run a defined function when activated.
In its simplest form, a button definition is simple a string, which is used as the label for the button and the action is automatically set to submit the form (as this is the most common action for a button in an Editor form!). More complex buttons with custom behaviour, class names, etc can be defined using as described by the button-options
documentation.
Whether buttons are shown in the form or not is controlled by the buttons
option in the form-options
configuration object used to show the form.
Note that calling this method will replace any buttons which are currently shown in the form.