API Docs for: 1.0.0
Show:

CKEDITOR.plugins.ezcaret Class

CKEDITOR plugin providing an API to handle the caret in the editor.

Constructor

CKEDITOR.plugins.ezcaret

()

Methods

eZ.findCaretElement

(
  • element
)
CKEDITOR.dom.element protected

Finds the "caret element" for the given element. For some elements, like ul or table, moving the caret inside them actually means finding the first element that can be filled by the user.

Parameters:

  • element CKEDITOR.dom.element

Returns:

CKEDITOR.dom.element:

eZ.moveCaretToElement

(
  • editor
  • element
)

Moves the caret in the editor to the given element

Parameters:

  • editor CKEDITOR.editor
  • element CKEDITOR.dom.element