Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/src/ce/annotations/ve.ce.TextStyleAnnotation.js
Ðазад
/*! * VisualEditor ContentEditable TextStyleAnnotation class. * * @copyright See AUTHORS.txt */ /** * ContentEditable text style annotation. * * @class * @abstract * @extends ve.ce.Annotation * @constructor * @param {ve.dm.TextStyleAnnotation} model Model to observe * @param {ve.ce.ContentBranchNode} [parentNode] Node rendering this annotation * @param {Object} [config] Configuration options */ ve.ce.TextStyleAnnotation = function VeCeTextStyleAnnotation() { // Parent constructor ve.ce.TextStyleAnnotation.super.apply( this, arguments ); // DOM changes this.$element.addClass( 've-ce-textStyleAnnotation' ); }; /* Inheritance */ OO.inheritClass( ve.ce.TextStyleAnnotation, ve.ce.Annotation ); /* Static Properties */ ve.ce.TextStyleAnnotation.static.name = 'textStyle'; /* Methods */ /** * @inheritdoc */ ve.ce.TextStyleAnnotation.prototype.getTagName = function () { return this.getModel().getAttribute( 'nodeName' ) || this.constructor.static.tagName; }; /* Registration */ ve.ce.annotationFactory.register( ve.ce.TextStyleAnnotation );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка