Show:

CKEditor plugin that extends CKEDITOR.ui.add function so an add handler can be specified on top of the original ones. It bridges the calls to add components via:

  • editor.ui.add(name, type, definition)

Constructor

CKEDITOR.plugins.ae_uibridge

()

Index

Methods

Methods

beforeInit

(
  • editor
)

Initialization of the plugin, part of CKEditor plugin lifecycle.

Parameters:

  • editor Object

    The current editor instance