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