CKEDITOR.plugins.list
class
Filtering
Methods
-
arrayToList( listArray, database, baseIndex, paragraphMode, dir )
CKEDITOR.plugins.list#arrayToList
Convert our internal representation of a list back to a DOM forest.
params
Parameters
listArray : Object
database : Object
baseIndex : Object
paragraphMode : Object
dir : Object
-
listToArray( listNode, database, baseArray, baseIndentLevel, grandparentNode )
CKEDITOR.plugins.list#listToArray
Convert a DOM list tree into a data structure that is easier to manipulate. This operation should be non-intrusive in the sense that it does not change the DOM tree, with the exception that it may add some markers to the list item nodes when database is specified.
params
Parameters
listNode : Object
database : Object
baseArray : Object
baseIndentLevel : Object
grandparentNode : Object