|
@@ -16,7 +16,7 @@ import { repositionContextualBalloon, getBalloonPositionData } from './ui/utils'
|
|
|
const balloonClassName = 'ck-toolbar-container';
|
|
const balloonClassName = 'ck-toolbar-container';
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * The table toolbar class. Creates an table toolbar that shows up when the table widget is selected.
|
|
|
|
|
|
|
+ * The table toolbar class. Creates a table toolbar that shows up when the table widget is selected.
|
|
|
*
|
|
*
|
|
|
* Toolbar components are created using the editor {@link module:ui/componentfactory~ComponentFactory ComponentFactory}
|
|
* Toolbar components are created using the editor {@link module:ui/componentfactory~ComponentFactory ComponentFactory}
|
|
|
* based on the {@link module:core/editor/editor~Editor#config configuration} stored under `table.toolbar`.
|
|
* based on the {@link module:core/editor/editor~Editor#config configuration} stored under `table.toolbar`.
|
|
@@ -171,7 +171,7 @@ export default class TableToolbar extends Plugin {
|
|
|
* Items to be placed in the table toolbar.
|
|
* Items to be placed in the table toolbar.
|
|
|
* This option is used by the {@link module:table/tabletoolbar~TableToolbar} feature.
|
|
* This option is used by the {@link module:table/tabletoolbar~TableToolbar} feature.
|
|
|
*
|
|
*
|
|
|
- * Assuming that you use the {@link module:table/tableui~TableUI} feature below toolbar items will be available
|
|
|
|
|
|
|
+ * Assuming that you use the {@link module:table/tableui~TableUI} feature the following toolbar items will be available
|
|
|
* in {@link module:ui/componentfactory~ComponentFactory}:
|
|
* in {@link module:ui/componentfactory~ComponentFactory}:
|
|
|
*
|
|
*
|
|
|
* * `'tableRow'`,
|
|
* * `'tableRow'`,
|