437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
/* début code boutons */ | /* début code boutons */ | ||
alert('on passe par ici'); | alert('on passe par ici'); | ||
$ | $('#wpTextbox1').wikiEditor('addToToolbar', { | ||
section: 'main', | section: 'main', | ||
group: 'format', | group: 'format', | ||
Ligne 31 : | Ligne 31 : | ||
mw.hook( 'wikiEditor.toolbarReady' ).add( function ( $textarea ) { | mw.hook( 'wikiEditor.toolbarReady' ).add( function ( $textarea ) { | ||
// Configure a new toolbar entry on the given $textarea jQuery object. | // Configure a new toolbar entry on the given $textarea jQuery object. | ||
$ | $('#wpTextbox1').wikiEditor( 'addToToolbar', { | ||
section: 'main', | section: 'main', | ||
group: 'format', | group: 'format', |