Options passed to the constructor
of the toolbar.
Properties
-
isFloating : Boolean
module:ui/toolbar/toolbarview~ToolbarOptions#isFloating
This option should be enabled for toolbars in absolutely positioned containers without width restrictions
to enable automatic items
grouping.
When this option is set to true
, the items will stop wrapping to the next line
and together with shouldGroupWhenFull
,
this will allow grouping them when there is not enough space in a single row.
-
When set to true
, the toolbar will automatically group items
that
would normally wrap to the next line when there is not enough space to display them in a single row, for
instance, if the parent container of the toolbar is narrow. For toolbars in absolutely positioned containers
without width restrictions also the isFloating
option is required to be true
.
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.