list/documentlist/converters
@ckeditor/ckeditor5-list/src/documentlist/converters
Filtering
Functions
-
bogusParagraphCreator( attributeNames, [ options ] = { [options.dataPipeline] } ) → function
module:list/documentlist/converters~bogusParagraphCreator
protected
Returns the bogus paragraph view element creator. A bogus paragraph is used if a list item contains only a single block or nested list.
Parameters
attributeNames : Array.<String>
The list of all model list attributes (including registered strategies).
[ options ] : Object
-
Properties
[ options.dataPipeline ] : Boolean
-
Defaults to
false
Returns
function
-
findMappedViewElement( element, mapper, model ) → Element | null
module:list/documentlist/converters~findMappedViewElement
protected
Helper for mapping mode to view elements. It's using positions mapping instead of mapper.toViewElement( element ) to find outermost view element. This is for cases when mapping is using inner view element like in the code blocks (pre > code).
-
listItemDowncastConverter( attributeNames, strategies, model ) → function
module:list/documentlist/converters~listItemDowncastConverter
protected
Returns the list item downcast converter.
Parameters
attributeNames : Array.<String>
A list of attribute names that should be converted if are set.
strategies : Array.<AttributeStrategy>
The strategies.
model : Model
The model.
Returns
function
-
listItemUpcastConverter() → function
module:list/documentlist/converters~listItemUpcastConverter
protected
Returns the upcast converter for list items. It's supposed to work after the block converters (content inside list items) is converted.
Returns
function
-
listUpcastCleanList() → function
module:list/documentlist/converters~listUpcastCleanList
protected
Returns the upcast converter for the
<ul>
and<ol>
view elements that cleans the input view of garbage. This is mostly to clean whitespaces from between the<li>
view elements inside the view list element, however, also incorrect data can be cleared if the view was incorrect.Returns
function
-
reconvertItemsOnDataChange( model, editing, attributeNames, documentListEditing ) → function
module:list/documentlist/converters~reconvertItemsOnDataChange
protected
Returns a model document change:data event listener that triggers conversion of related items if needed.
Parameters
model : Model
The editor model.
editing : EditingController
The editing controller.
attributeNames : Array.<String>
The list of all model list attributes (including registered strategies).
documentListEditing : DocumentListEditing
The document list editing plugin.
Returns
function
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.