Toolbar

This module provides a toolbar for the application.

makeCollection

makeCollection(jodit, parentElement?): IToolbarCollection

Collection factory

Parameters

Name Type
jodit IViewBased<IViewOptions>
parentElement? IUIElement

Returns

IToolbarCollection

Defined in

src/modules/toolbar/factory.ts#33


makeButton

makeButton(jodit, control, target?): IToolbarButton

Button factory

Parameters

Name Type Default value
jodit IViewBased<IViewOptions> undefined
control IControlTypeStrong undefined
target Nullable<HTMLElement> null

Returns

IToolbarButton

Defined in

src/modules/toolbar/factory.ts#59


makeSelect

makeSelect(view, control, target?): IToolbarButton

Parameters

Name Type Default value
view IViewBased<IViewOptions> undefined
control IControlTypeStrong undefined
target Nullable<HTMLElement> null

Returns

IToolbarButton

Defined in

jodit/src/modules/toolbar/factory.ts:79