Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429906
dt.dm.MWSignatureNode.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
749 B
Referenced Files
None
Subscribers
None
dt.dm.MWSignatureNode.js
View Options
function
DtDmMWSignatureNode
()
{
// Parent constructor
DtDmMWSignatureNode
.
super
.
apply
(
this
,
arguments
);
}
OO
.
inheritClass
(
DtDmMWSignatureNode
,
ve
.
dm
.
MWSignatureNode
);
DtDmMWSignatureNode
.
static
.
name
=
'dtMwSignature'
;
// Match the special marker we use when switching from source to visual mode
DtDmMWSignatureNode
.
static
.
matchTagNames
=
[
'span'
];
DtDmMWSignatureNode
.
static
.
matchRdfaTypes
=
null
;
DtDmMWSignatureNode
.
static
.
matchFunction
=
function
(
domElement
)
{
return
domElement
.
getAttribute
(
'data-dtsignatureforswitching'
)
!==
null
;
};
DtDmMWSignatureNode
.
static
.
toDataElement
=
function
()
{
return
{
type
:
'dtMwSignature'
};
};
ve
.
dm
.
modelRegistry
.
register
(
DtDmMWSignatureNode
);
module
.
exports
=
DtDmMWSignatureNode
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 18:11 (8 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
12/d8/14ee8fc691b610a36b71fb3186e6
Default Alt Text
dt.dm.MWSignatureNode.js (749 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment