Module

table/utils/ui/contextualballoon

@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon

module

Filtering

Functions

  • getBalloonCellPositionData( editor ) → Options

    Returns the positioning options that control the geometry of the contextual balloon with respect to the selected table cell in the editor content.

    Parameters

    editor : Editor

    The editor instance.

    Returns

    Options
  • getBalloonTablePositionData( editor ) → Options

    Returns the positioning options that control the geometry of the contextual balloon with respect to the selected table in the editor content.

    Parameters

    editor : Editor

    The editor instance.

    Returns

    Options
  • repositionContextualBalloon( editor, target )

    A helper utility that positions the contextual balloon instance with respect to the table in the editor content, if one is selected.

    Parameters

    editor : Editor

    The editor instance.

    target : String

    Either "cell" or "table". Determines the target the balloon will be attached to.