提供: defeatedcrow mod wiki
Defeatedcrow (トーク | 投稿記録) |
Defeatedcrow (トーク | 投稿記録) |
||
38行目: | 38行目: | ||
} | } | ||
} ); | } ); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} ); | } ); |
2016年3月8日 (火) 12:32時点における版
jQuery( document ).ready( function ( $ ) { $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { section: 'advanced', group: 'format', tools: { buttonId: { label: 'Comment visible only for editors', type: 'button', icon: '//defeatedcrow.jp/modwiki/extensions/WikiEditor/modules/images/toolbar/aformat-italic-C.png', action: { type: 'encapsulate', options: { pre: '<!-- ', peri: 'Insert comment here', post: ' -->' } } } } } ); $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { section: 'advanced', group: 'format', tools: { buttonId: { label: 'source code', type: 'button', icon: '//defeatedcrow.jp/modwiki/extensions/WikiEditor/modules/images/toolbar/add-code.png', action: { type: 'encapsulate', options: { pre: '<source lang="java">', peri: 'Insert sode here', post: '<source>' } } } } } ); } );