restricted-editing/restrictededitingmode/converters
@ckeditor/ckeditor5-restricted-editing/src/restrictededitingmode/converters
Filtering
Functions
-
extendMarkerOnTypingPostFixer( editor ) → ModelPostFixer
module:restricted-editing/restrictededitingmode/converters~extendMarkerOnTypingPostFixer
A post-fixer that extends a marker when the user types on its boundaries.
Parameters
editor : Editor
Returns
-
resurrectCollapsedMarkerPostFixer( editor ) → ModelPostFixer
module:restricted-editing/restrictededitingmode/converters~resurrectCollapsedMarkerPostFixer
A post-fixer that prevents removing a collapsed marker from the document.
Parameters
editor : Editor
Returns
-
setupExceptionHighlighting( editor ) → void
module:restricted-editing/restrictededitingmode/converters~setupExceptionHighlighting
Adds a visual highlight style to a restricted editing exception that the selection is anchored to.
The highlight is turned on by adding the
.restricted-editing-exception_selected
class to the exception in the view:- The class is removed before the conversion starts, as callbacks added with the
'highest'
priority toDowncastDispatcher
events. - The class is added in the view post-fixer, after other changes in the model tree are converted to the view.
This way, adding and removing the highlight does not interfere with conversion.
Parameters
editor : Editor
Returns
void
- The class is removed before the conversion starts, as callbacks added with the
-
upcastHighlightToMarker( config = { config.model, config.view } ) → ( UpcastDispatcher ) => void
module:restricted-editing/restrictededitingmode/converters~upcastHighlightToMarker
A view highlight-to-marker conversion helper.
Parameters
config : object
Conversion configuration.
Propertiesconfig.model : () => string
config.view : MatcherPattern
Returns
( UpcastDispatcher ) => void
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.
With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features. We appreciate your feedback to help us ensure its accuracy and completeness.