Expand all

OO.ui.ToolGroupFactory

Extends

Constructor

new OO.ui.ToolGroupFactory() #

ToolGroupFactories create toolgroups on demand. The toolgroup classes must specify a symbolic name and be registered with the factory. The following classes are registered by default:

See toolbars for an example.

For more information about toolbars in general, please see the OOUI documentation on MediaWiki.

Source:
ToolGroupFactories create toolgroups on demand.

Methods

getDefaultClasses() → {Array.<function()>}static #

Get a default set of classes to be registered on construction.

Source:

Returns:

Default classes

Type
Array.<function()>
Get a default set of classes to be registered on construction.