Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/src/mediawiki.special.preferences.ooui/editfont.js
Ðазад
/*! * JavaScript for Special:Preferences: editfont field enhancements. */ ( function () { mw.hook( 'htmlform.enhance' ).add( ( $root ) => { const $target = $root.find( '#mw-input-wpeditfont' ); if ( // This preference could theoretically be disabled ($wgHiddenPrefs) !$target.length || $target.closest( '.mw-htmlform-autoinfuse-lazy' ).length ) { return; } const widget = OO.ui.infuse( $target ); // Style options widget.dropdownWidget.menu.items.forEach( ( item ) => { // The following classes are used here: // * mw-editfont-monospace // * mw-editfont-sans-serif // * mw-editfont-serif item.$label.addClass( 'mw-editfont-' + item.getData() ); } ); let lastValue; function updateLabel( value ) { // Style selected item label // The following classes are used here: // * mw-editfont-monospace // * mw-editfont-sans-serif // * mw-editfont-serif widget.dropdownWidget.$label .removeClass( 'mw-editfont-' + lastValue ) .addClass( 'mw-editfont-' + value ); lastValue = value; } widget.on( 'change', updateLabel ); updateLabel( widget.getValue() ); } ); }() );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка