Class CKEDITOR.dom.elementPath
Defined in: core/dom/elementpath.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.dom.elementPath(lastNode)
|
Method Attributes | Method Name and Description |
---|---|
compare(otherPath)
Compares this element path with another one.
|
|
contains(tagNames)
|
Class Detail
CKEDITOR.dom.elementPath(lastNode)
Since:
3.0
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} lastNode
Method Detail
{Boolean}
compare(otherPath)
Since:
3.0
Compares this element path with another one.
NO EXAMPLE AVAILABLE
- Parameters:
- {CKEDITOR.dom.elementPath} otherPath
- The elementPath object to be compared with this one.
- Returns:
- {Boolean} "true" if the paths are equal, containing the same number of elements and the same elements in the same order.
{Undefined}
contains(tagNames)
Since:
3.0
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} tagNames