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() { ... } } );
content : String
CKEDITOR.ui.balloonPanel.definition#content
The static content of the balloon panel.
title : String
CKEDITOR.ui.balloonPanel.definition#title
The title of the balloon panel.
Show private items