Report an issue
Class

CKEDITOR.plugins.notification.area

classsince 4.5.0private

Notification area is an area where all notifications are put. The area is laid out dynamically. When the first notification is added, the area is shown and all listeners are added. When the last notification is removed, the area is hidden and all listeners are removed.

Filtering

Properties

  • readonly

    editor : editor

    The editor instance.

  • readonly

    element : element

    Notification area DOM element. This element is created when the area object is created. It will be attached to the document when the first notification is added and removed when the last notification is removed.

  • readonly

    notifications : Array

    The array of added notifications.

  • private

    _changeBuffer : Object

    Event buffer object for editor change events to optimize performance.

  • private

    _notificationMargin : element

    Notification margin. Cached for performance reasons.

  • private

    _notificationWidth : element

    Notification width. Cached for performance reasons.

  • private

    _uiBuffer : Object

    Event buffer object for UI events to optimize performance.

Methods