CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.plugins.imagebase.featuresDefinitions.caption

class private abstract

The widget feature dedicated for displaying a caption under the widget.

This type serves solely as a mixin, and should be added using the CKEDITOR.plugins.imagebase.addFeature method.

This API is not yet in the final shape, thus it is marked as private. It can change at any point in the future.

Filtering

Methods

  • private

    _refreshCaption( sender )

    Method used to decide if the caption should be displayed for the focused widget and whether it should contain the placeholder text.

    Parameters

    sender : element

    The element that this function should be called on.