Report an issue
Class

CKEDITOR.plugins.balloontoolbar.context

class

A class representing a single balloon toolbar context in the editor.

It can be configured with various conditions for showing up the toolbar using the options parameter.

Multiple contexts are handled by the context manager.

Filtering

Properties

  • editor : editor

    An editor instance.

  • options : contextDefinition

    Options passed to the constructor.

  • toolbar : balloonToolbar

    Toolbar instance pointed by context.

Methods