437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 5 : | Ligne 5 : | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | ||
'section': ' | 'section': 'main', | ||
' | 'group': 'format', | ||
' | 'tools': { | ||
"strikethrough": { | |||
'label': 'Barrer', | |||
'type': 'button', | |||
'icon': wgScriptPath+ '/skins/DarkVector/images/cjnext_toolbar/stroke_icon.png', | |||
'action': { | |||
'type': 'encapsulate', | |||
'options': { | |||
'pre': "<s>", | |||
'post': "</s>" | |||
} | |||
} | |||
} | |||
} | |||
}); | }); | ||