Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/src/ui/inspectors/ve.ui.NodeInspector.js
Ðазад
/*! * VisualEditor user interface NodeInspector class. * * @copyright See AUTHORS.txt */ /** * Inspector for working with a node. * * @class * @extends ve.ui.FragmentInspector * @mixes ve.ui.NodeWindow * * @constructor * @param {Object} [config] Configuration options */ ve.ui.NodeInspector = function VeUiNodeInspector() { // Parent constructor ve.ui.NodeInspector.super.apply( this, arguments ); // Mixin constructor ve.ui.NodeWindow.call( this ); }; /* Inheritance */ OO.inheritClass( ve.ui.NodeInspector, ve.ui.FragmentInspector ); OO.mixinClass( ve.ui.NodeInspector, ve.ui.NodeWindow ); /* Methods */ /** * @inheritdoc */ ve.ui.NodeInspector.prototype.initialize = function ( data ) { // Parent method ve.ui.NodeInspector.super.prototype.initialize.call( this, data ); // Initialization this.$content.addClass( 've-ui-nodeInspector' ); }; /** * @inheritdoc */ ve.ui.NodeInspector.prototype.getSetupProcess = function ( data ) { // Parent method const process = ve.ui.NodeInspector.super.prototype.getSetupProcess.call( this, data ); // Mixin method return ve.ui.NodeWindow.prototype.getSetupProcess.call( this, data, process ); }; /** * @inheritdoc */ ve.ui.NodeInspector.prototype.getTeardownProcess = function ( data ) { // Parent method const process = ve.ui.NodeInspector.super.prototype.getTeardownProcess.call( this, data ); // Mixin method return ve.ui.NodeWindow.prototype.getTeardownProcess.call( this, data, process ); };
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка