CKEDITOR.plugins.forms
classsingletonsince 4.11.0
Namespace containing helper functions for the Forms plugin.
Filtering
Methods
since 4.11.0 private
_setupRequiredAttribute( element )CKEDITOR.plugins.forms#_setupRequiredAttributeSets the dialog's
requiredvalue to match the presence of therequiredattribute on an element. Based on the algorithm described in the HTML specification.Parameters
element : elementAn element whose
requiredattribute is checked.