Expand all

abstract ve.ce.MWAlienInlineExtensionNode

Extends

Constructor

new ve.ce.MWAlienInlineExtensionNode([config])abstract #

ContentEditable MediaWiki alien inline extension node.

Parameters:

Name Type Attributes Description
config Object optional

Configuration options

Mixes in:
Source:
ContentEditable MediaWiki alien inline extension node.

Methods

onParseError(deferred, response) #

Handle an unsuccessful response from the parser for the wikitext fragment.

Parameters:

Name Type Description
deferred jQuery.Deferred

The promise object created by generateContents

response Object

Response data

Inherited from:
Source:
Handle an unsuccessful response from the parser for the wikitext fragment.

onParseSuccess(deferred, response) #

Handle a successful response from the parser for the wikitext fragment.

Parameters:

Name Type Description
deferred jQuery.Deferred

The Deferred object created by generateContents

response Object

Response data

Inherited from:
Source:
Handle a successful response from the parser for the wikitext fragment.