MediaWiki:Common.js
出自 直銷智庫
於 2018年11月8日 (四) 17:03 由 Admin (對話 | 貢獻) 所做的修訂 (新頁面: →此 JavaScript 會用於使用者載入的每一個頁面。: $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { // Configuration object here } ); $( '#wpTextbox1' ).wikiEditor(...)
注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
- Firefox / Safari:按住 Shift 時點選 重新整理,或按 Ctrl-F5 或 Ctrl-R (Mac 則為 ⌘-R)
- Google Chrome:按 Ctrl-Shift-R (Mac 則為 ⌘-Shift-R)
- Internet Explorer:按住 Ctrl 時點選 重新整理,或按 Ctrl-F5
- Opera:進入 工具 → 偏好設定 中清除快取。
/* 此 JavaScript 會用於使用者載入的每一個頁面。 */ $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { // Configuration object here } ); $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { 'sections': { 'emoticons': { 'type': 'toolbar', // Can also be 'booklet' 'label': 'Emoticons' // or 'labelMsg': 'section-emoticons-label' for a localized label } } } );