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() { ... } } );
Show private items