Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105444
ve.ce.MWChemNode.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
782 B
Referenced Files
None
Subscribers
None
ve.ce.MWChemNode.js
View Options
/*!
* VisualEditor ContentEditable MWChemNode class.
*
* @copyright See AUTHORS.txt
* @license MIT
*/
/**
* ContentEditable MediaWiki chem node.
*
* @class
* @extends ve.ce.MWInlineExtensionNode
*
* @constructor
* @param {ve.dm.MWChemNode} model Model to observe
* @param {Object} [config] Configuration options
*/
ve
.
ce
.
MWChemNode
=
function
VeCeMWChemNode
()
{
// Parent constructor
ve
.
ce
.
MWChemNode
.
super
.
apply
(
this
,
arguments
);
};
/* Inheritance */
OO
.
inheritClass
(
ve
.
ce
.
MWChemNode
,
ve
.
ce
.
MWLatexNode
);
/* Static Properties */
ve
.
ce
.
MWChemNode
.
static
.
name
=
'mwChem'
;
ve
.
ce
.
MWChemNode
.
static
.
primaryCommandName
=
'chemDialog'
;
ve
.
ce
.
MWChemNode
.
static
.
iconWhenInvisible
=
'labFlask'
;
/* Registration */
ve
.
ce
.
nodeFactory
.
register
(
ve
.
ce
.
MWChemNode
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 19:00 (2 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f4/25/10f5323b0847b96650d3b5e96739
Default Alt Text
ve.ce.MWChemNode.js (782 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment