« MediaWiki:Common.js » : différence entre les versions

Aller à : navigation, rechercher
aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 8 : Ligne 8 :
group: 'format',
group: 'format',
tools: {
tools: {
dothing: {
strikethrough: {
type: 'element',
type: 'element',
element: function ( context ) {
element: function ( context ) {
Ligne 29 : Ligne 29 :
}
}
} );
} );
/*$('#wpTextbox1').wikiEditor('addToToolbar', {
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>"
}
}
}
}
});
*/




} );
} );
}
}

Menu de navigation