Report an issue
Class

CKEDITOR.ui.balloonPanel.definition

class

The definition of a balloon panel.

This virtual class illustrates the properties that developers can use to define and create balloon panels.

CKEDITOR.ui.balloonPanel( editor, {
    title: 'My Panel',
    onShow: function() {
        ...
    }
} );

Filtering

Properties

  • content : String

    The static content of the balloon panel.

  • title : String

    The title of the balloon panel.