Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432933
ve.dm.MWBlockSyntaxHighlightNode.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
861 B
Referenced Files
None
Subscribers
None
ve.dm.MWBlockSyntaxHighlightNode.js
View Options
/*!
* VisualEditor DataModel MWBlockSyntaxHighlightNode class.
*
* @copyright VisualEditor Team and others
* @license The MIT License (MIT); see LICENSE.txt
*/
/**
* DataModel MediaWiki block syntax highlight node.
*
* @class
*
* @constructor
*/
ve
.
dm
.
MWBlockSyntaxHighlightNode
=
function
VeDmMWBlockSyntaxHighlightNode
()
{
// Parent method
ve
.
dm
.
MWBlockExtensionNode
.
super
.
apply
(
this
,
arguments
);
// Mixin method
ve
.
dm
.
MWSyntaxHighlightNode
.
call
(
this
);
};
OO
.
inheritClass
(
ve
.
dm
.
MWBlockSyntaxHighlightNode
,
ve
.
dm
.
MWBlockExtensionNode
);
OO
.
mixinClass
(
ve
.
dm
.
MWBlockSyntaxHighlightNode
,
ve
.
dm
.
MWSyntaxHighlightNode
);
ve
.
dm
.
MWBlockSyntaxHighlightNode
.
static
.
name
=
'mwBlockSyntaxHighlight'
;
ve
.
dm
.
MWBlockSyntaxHighlightNode
.
static
.
tagName
=
'div'
;
/* Registration */
ve
.
dm
.
modelRegistry
.
register
(
ve
.
dm
.
MWBlockSyntaxHighlightNode
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 22:29 (2 h, 16 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8a/6d/199ac3d62d9a11c67a3b8a286337
Default Alt Text
ve.dm.MWBlockSyntaxHighlightNode.js (861 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment