Extends
Constructor
new ve.ce.MWTransclusionBlockNode(model)
#
ContentEditable MediaWiki transclusion block node.
Parameters:
Name | Type | Description |
---|---|---|
model |
ve.dm.MWTransclusionBlockNode | Model to observe |
ContentEditable MediaWiki transclusion block node.
Methods
executeCommand()
#
- Inherited from:
- Source:
filterRenderedDomElements()
#
- Inherited from:
- Source:
generateContents()
#
- Inherited from:
- Source:
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.
onSetup()
#
- Inherited from:
- Source:
render()
#
Extend the ve.ce.GeneratedContentNode render method to check for hidden templates.
Check if the final result of the imported template is empty.
- Inherited from:
- Source:
Extend the ve.ce.GeneratedContentNode render method to check for hidden templates.