Namespace containing helper functions for the Forms plugin.
since 4.11.0 private
_setupRequiredAttribute( element )
CKEDITOR.plugins.forms#_setupRequiredAttribute
Sets the dialog's required value to match the presence of the required attribute on an element. Based on the algorithm described in the HTML specification.
required
element : element
An element whose required attribute is checked.
Show private items