CKEditor5.Components.FormAttrs (ckeditor5 v1.0.7)
View SourceCommon helper functions for CKEditor5 form components.
Summary
Functions
Assigns form fields if the form and field attributes are provided.
This function checks if the form is present and if the field is an atom.
It then retrieves the input name and value from the form and assigns them to the assigns map.
Defines form-related attributes that are commonly used in CKEditor5 components. This includes name, form, field, value, and required attributes for form integration.
Functions
Assigns form fields if the form and field attributes are provided.
This function checks if the form is present and if the field is an atom.
It then retrieves the input name and value from the form and assigns them to the assigns map.
Defines form-related attributes that are commonly used in CKEditor5 components. This includes name, form, field, value, and required attributes for form integration.