Class

StaticLayout (ui/toolbar)

@ckeditor/ckeditor5-ui/src/toolbar/toolbarview

class private

A toolbar behavior that makes it static and unresponsive to the changes of the environment. At the same time, it also makes it possible to display a toolbar with a vertical layout using the isVertical property.

Filtering

Methods

  • constructor( view )

    Creates an instance of the StaticLayout toolbar behavior.

    Parameters

    view : ToolbarView

    An instance of the toolbar that this behavior is added to.