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
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 ornull
, if operation should remove property.oldValue : Boolean
Old value of the
isOn
property with given key ornull
, if property was not set before.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.