Report an issue
Class

CKEDITOR.plugins.tableselection

class singleton since 4.7.0

Namespace providing a set of helper functions for working with tables, exposed by Table Selection plugin.

Filtering

Properties

  • isSupportedEnvironment : Boolean

    private

    Determines whether table selection is supported in the current environment.

Methods

  • getCellsBetween( first, last ) → element[]

    Fetches all cells between cells passed as parameters, including these cells.

    Parameters

    first : element

    The first cell to fetch.

    last : element

    The last cell to fetch.

    Returns

    element[]

    Array of fetched cells.

  • keyboardIntegration( editor )

    private

    Adds keyboard integration for table selection in a given editor.

    Parameters

    editor : editor