Plugin Examples
The example below shows the StatusBarInfo plugin that displays basic information about the
selected file in the application status bar.
You can find more plugin examples in the CKFinder
sample plugins repository.
Please have a look at plugin
documentation, too.
CKFinder.widget( 'ckfinder-widget', {
width: '100%',
height: 500,
plugins: [
// The path must be relative to the location of the ckfinder.js file.
'../samples/plugins/StatusBarInfo/StatusBarInfo'
]
} );
