Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
CKEDITOR
dom
elementPath
Class elementPath
Index
Constructor methods
constructor
Properties
block
blockLimit
elements
root
Methods
compare
contains
direction
isContextFor
Constructor methods
constructor
(
startNode
:
element
, root
:
element
)
:
elementPath
Parameters
startNode:
element
root:
element
Returns
elementPath
Properties
public
block
:
element
public
blockLimit
:
element
public
elements
:
element
[]
public
root
:
element
Methods
public
compare
(
otherPath
:
elementPath
)
:
boolean
Parameters
otherPath:
elementPath
Returns
boolean
public
contains
(
query
:
string
, excludeRoot
:
boolean
, fromTop
:
boolean
)
:
element
Parameters
query:
string
excludeRoot:
boolean
fromTop:
boolean
Returns
element
public
contains
(
query
:
Array<string>
, excludeRoot
:
boolean
, fromTop
:
boolean
)
:
element
Parameters
query:
Array<string>
excludeRoot:
boolean
fromTop:
boolean
Returns
element
public
contains
(
query
:
(element: CKEDITOR.dom.element) => boolean
, excludeRoot
:
boolean
, fromTop
:
boolean
)
:
element
Parameters
query:
(element: CKEDITOR.dom.element) => boolean
excludeRoot:
boolean
fromTop:
boolean
Returns
element
public
contains
(
query
:
Object
, excludeRoot
:
boolean
, fromTop
:
boolean
)
:
element
Parameters
query:
Object
excludeRoot:
boolean
fromTop:
boolean
Returns
element
public
contains
(
query
:
element
, excludeRoot
:
boolean
, fromTop
:
boolean
)
:
element
Parameters
query:
element
excludeRoot:
boolean
fromTop:
boolean
Returns
element
public
direction
(
)
:
string
Returns
string
public
isContextFor
(
tag
:
string
)
:
boolean
Parameters
tag:
string
Returns
boolean
Globals
CKEDITOR
CKEDITOR.ajax
CKEDITOR.dialog.definition
CKEDITOR.dom
CKEDITOR.htmlParser
CKEDITOR.plugins
CKEDITOR.plugins.link
CKEDITOR.plugins.widget
position
rangeListIterator
widthAndHeight
comment
document
documentFragment
domObject
element
elementPath
constructor
block
blockLimit
elements
root
compare
contains
direction
isContextFor
event
iterator
node
nodeList
range
rangeList
selection
text
walker
window