Report an issue
Class

CKEDITOR.plugins.imagebase.progressBar

class

The type that adds a vertical progress bar.

var progress = new CKEDITOR.plugins.imagebase.progressBar();
myWrapper.append( progress.wrapper, true );
progress.bindLoader( myFileLoader );

Filtering

Properties

  • bar : element

    The bar element whose width represents the progress.

  • wrapper : element

    An element created for wrapping the progress bar.

Methods