Expand all

abstract ve.ui.MWPopupTool

Extends

Constructor

new ve.ui.MWPopupTool(title, toolGroup, [config])abstract #

MediaWiki UserInterface popup tool.

Parameters:

Name Type Attributes Description
title string
toolGroup OO.ui.ToolGroup
config Object optional
Properties:
Name Type Attributes Description
width number optional

Popup width. Upstream default is 320.

Source:
MediaWiki UserInterface popup tool.

Methods

onPopupClosing() #

Handle to call when popup is closing

Source:
Handle to call when popup is closing

onPopupOpened() #

Handle to call when popup is opened.

Source:
Handle to call when popup is opened.

onToolLinkClick(e) #

Handle clicks on the main tool button.

Parameters:

Name Type Description
e jQuery.Event

Click event

Source:
Handle clicks on the main tool button.