소스 검색

Docs: Improvements in ToolbarView docs.

Aleksander Nowodzinski 6 년 전
부모
커밋
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.
- * 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
  * @implements module:ui/toolbar/toolbarview~ToolbarBehavior