ui/bindings/submithandler
@ckeditor/ckeditor5-ui/src/bindings/submithandler
module
Filtering
Functions
-
submitHandler( [ options ] = { options.view } )
A handler useful for views working as HTML forms. It intercepts a native DOM
submit
event, prevents the default web browser behavior (navigation and page reload) and fires thesubmit
event on a view instead. Such a custom event can be then used by any emitter, e.g. to serialize the form data.Parameters
[ options ] : Object
Configuration options.
Propertiesoptions.view : View
The view which DOM
submit
events should be handled.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.