8
0
Просмотр исходного кода

Docs: Improvements in ToolbarView docs.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
e817382378
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-ui/src/toolbar/toolbarview.js

+ 2 - 1
packages/ckeditor5-ui/src/toolbar/toolbarview.js

@@ -317,7 +317,8 @@ class ItemsView extends View {
 
 
 /**
 /**
  * A toolbar behavior that makes it static and unresponsive to the changes of the environment.
  * A toolbar behavior that makes it static and unresponsive to the changes of the environment.
- * It also allows toolbar with the vertical layout.
+ * At the same time, it also makes it possible to display a toolbar with a vertical layout
+ * using the {@link module:ui/toolbar/toolbarview~ToolbarView#isVertical} property.
  *
  *
  * @private
  * @private
  * @implements module:ui/toolbar/toolbarview~ToolbarBehavior
  * @implements module:ui/toolbar/toolbarview~ToolbarBehavior