Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431206
ve.ui.MWMathInspector.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
819 B
Referenced Files
None
Subscribers
None
ve.ui.MWMathInspector.js
View Options
/*!
* VisualEditor UserInterface MWMathInspector class.
*
* @copyright See AUTHORS.txt
* @license MIT
*/
/**
* MediaWiki math inspector.
*
* @class
* @extends ve.ui.MWLiveExtensionInspector
*
* @constructor
* @param {Object} [config] Configuration options
*/
ve
.
ui
.
MWMathInspector
=
function
VeUiMWMathInspector
(
config
)
{
// Parent constructor
ve
.
ui
.
MWMathInspector
.
super
.
call
(
this
,
config
);
};
/* Inheritance */
OO
.
inheritClass
(
ve
.
ui
.
MWMathInspector
,
ve
.
ui
.
MWLatexInspector
);
/* Static properties */
ve
.
ui
.
MWMathInspector
.
static
.
name
=
'mathInspector'
;
ve
.
ui
.
MWMathInspector
.
static
.
title
=
OO
.
ui
.
deferMsg
(
'math-visualeditor-mwmathdialog-title'
);
ve
.
ui
.
MWMathInspector
.
static
.
modelClasses
=
[
ve
.
dm
.
MWMathNode
];
/* Registration */
ve
.
ui
.
windowFactory
.
register
(
ve
.
ui
.
MWMathInspector
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 20:11 (2 h, 30 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/51/dcc37b962ebe796604fc2aa569b5
Default Alt Text
ve.ui.MWMathInspector.js (819 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment