437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
// 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: ' | 'section': 'characters', | ||
'page': 'symbols', | |||
'characters': [ '\u02be', '\u02bf' ] | |||
}); | }); | ||