Extends
Methods
generateContents()
#
- Inherited from:
- Source:
getDescription()
#
getRenderedDomElements()
#
- Inherited from:
- Source:
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.