Report an issue
Class

CKEDITOR.ui.balloonPanel.definition

class inherited

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