Status Bar
Paste the status bar inside your vf-form.
<vf-status-bar ref="statusbar"></vf-status-bar>
By default the status bar will present the following messages (HTML is supported):
- 'Sending...' When sending the form using
ajax - 'Form was successfully sent' When the form was sent using
ajaxorclient. If the form was sent usingajaxand the response is a string it will be presented instead - An error message if the form returned an invalid code (e.g 400) and a string response.
When showClientErrorsInStatusBar is set to true, a list of all form errors will be displayed, in addition to the individual error underneath each field.
Methods
You can use the status bar to display your own messages.
Get the component using the form's getStatusBar() method or directly via the statusbar reference.
danger(message)success(message)info(message)warning(message)reset()