Class

TableSizeGridBoxView (table/ui)

@ckeditor/ckeditor5-table/src/ui/inserttableview

class private

A single grid box view element.

This class is used to render the table size selection grid in InsertTableView.

Filtering

Properties

  • isOn : Boolean

    observable

    Controls whether the grid box view is "on".

Methods

Events

  • change:isOn( eventInfo, name, value, oldValue )

    Fired when the isOn property changed value.

    Parameters

    eventInfo : EventInfo

    An object containing information about the fired event.

    name : String

    Name of the changed property (isOn).

    value : Boolean

    New value of the isOn property with given key or null, if operation should remove property.

    oldValue : Boolean

    Old value of the isOn property with given key or null, if property was not set before.