Page MenuHomeWickedGov Phorge

dt.dm.MWSignatureNode.js
No OneTemporary

Size
749 B
Referenced Files
None
Subscribers
None

dt.dm.MWSignatureNode.js

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

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)

Event Timeline