操作

利用者

利用者:Music765plus/common.js

2024年12月30日 (月) 09:59時点におけるMusic765plus (トーク | 投稿記録)による版 (ページの作成:「mw.loader.using('mediawiki.widgets').then( function (){ var copyText = new mw.widgets.CopyTextLayout( { title: 'Copy the text', copyText: 'Text to be copied' } ); $( '#bodyContent' ).append( copyText.$element ); });」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
mw.loader.using('mediawiki.widgets').then( function (){

	var copyText = new mw.widgets.CopyTextLayout( {
            title: 'Copy the text', 
            copyText: 'Text to be copied'
        } );

	$( '#bodyContent' ).append( copyText.$element );

});