Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/src/ui/contextitems/ve.ui.CommentContextItem.js
Ðазад
/*! * VisualEditor CommentContextItem class. * * @copyright See AUTHORS.txt */ /** * Context item for a comment. * * @class * @extends ve.ui.LinearContextItem * * @param {ve.ui.LinearContext} context Context the item is in * @param {ve.dm.Model} model Model the item is related to * @param {Object} [config] Configuration options */ ve.ui.CommentContextItem = function VeUiCommentContextItem( context, model, config ) { // Parent constructor ve.ui.CommentContextItem.super.call( this, context, model, config ); // Initialization this.$element.addClass( 've-ui-commentContextItem' ); }; /* Inheritance */ OO.inheritClass( ve.ui.CommentContextItem, ve.ui.LinearContextItem ); /* Static Properties */ ve.ui.CommentContextItem.static.name = 'comment'; ve.ui.CommentContextItem.static.icon = 'speechBubbleNotice'; ve.ui.CommentContextItem.static.label = OO.ui.deferMsg( 'visualeditor-commentinspector-title' ); ve.ui.CommentContextItem.static.modelClasses = [ ve.dm.CommentNode ]; ve.ui.CommentContextItem.static.embeddable = false; ve.ui.CommentContextItem.static.commandName = 'comment'; /* Methods */ /** * @inheritdoc */ ve.ui.CommentContextItem.prototype.getDescription = function () { return this.model.getAttribute( 'text' ).trim(); }; /* Registration */ ve.ui.contextItemFactory.register( ve.ui.CommentContextItem );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка