Expand all

ve.ui.GutterSidebarEditCheckDialog

Extends

Constructor

new ve.ui.GutterSidebarEditCheckDialog(config) #

GutterSidebarEditCheckDialog constructor.

The edit check dialog which is created when the user is on mobile. It adds a narrow gutter wide enough to show an icon. When clicked, we create (or reuse) a ve.ui.FixedEditCheckDialog instance to show the check details.

Parameters:

Name Type Description
config Object

Configuration options

Source:
GutterSidebarEditCheckDialog constructor.

Methods

renderActions(actions) #

Render the edit check actions as gutter icons, grouping overlapping actions.

Parameters:

Name Type Description
actions Array.<mw.editcheck.EditCheckAction>

List of actions to render

Source:
Render the edit check actions as gutter icons, grouping overlapping actions.