Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4092172
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
Aug 18 2026, 12:06 (4 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a5/12/f8c37315a92dd8d8c1fc8df748a9
Default Alt Text
ve.ui.MWMathInspector.js (819 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment