MediaWiki:Common.js: Difference between revisions
From VanRO Ragnarok Online
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
this.descriptionWidget = new OO.ui.MultilineTextInputWidget( { | this.descriptionWidget = new OO.ui.MultilineTextInputWidget( { | ||
required: false, | required: false, | ||
autosize: true, | autosize: true, | ||
disabled: true // Add this line to disable the widget | disabled: true // Add this line to disable the widget | ||
} ); | } ); |
Revision as of 03:06, 15 May 2024
this.descriptionWidget = new OO.ui.MultilineTextInputWidget( { required: false, autosize: true, disabled: true // Add this line to disable the widget } );