Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/src/mediawiki.special.apisandbox/ParamLabelWidget.js
Ðазад
/** * A wrapper for OO.ui.LabelWidget * * @class * @private * @constructor */ function ParamLabelWidget() { ParamLabelWidget.super.call( this, { classes: [ 'oo-ui-inline-help' ] } ); } OO.inheritClass( ParamLabelWidget, OO.ui.LabelWidget ); /** * @param {jQuery} $description */ ParamLabelWidget.prototype.addDescription = function ( $description ) { this.$element.append( $( '<div>' ).addClass( 'description' ).append( $description ) ); }; /** * @param {jQuery} $info */ ParamLabelWidget.prototype.addInfo = function ( $info ) { this.$element.append( $( '<div>' ).addClass( 'info' ).append( $info ) ); }; module.exports = ParamLabelWidget;
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка