« 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 9 : Ligne 9 :
tools: {
tools: {
strikethrough: {
strikethrough: {
type: 'element',
label: 'Barrer',
element: function ( context ) {
type: 'button',
// Note that the `context` object contains various useful references.
icon: wgScriptPath+ '/skins/DarkVector/images/cjnext_toolbar/stroke_icon.png',
console.log( context );
action: {
var button = new OO.ui.ButtonInputWidget( {
type: 'encapsulate',
label: 'Do a thing',
options: {
icon: 'hieroglyph'
pre: "<s>",
} );
post: "</s>"
button.connect( null, {
click: function ( e ) {
// Do whatever is required when the button is clicked.
console.log( e );
OO.ui.alert( 'A thing is done.' );
}
} );
return button.$element;
}
}
}
}
}
}
} );
}
} );


/*$('#wpTextbox1').wikiEditor('addToToolbar', {
/*$('#wpTextbox1').wikiEditor('addToToolbar', {

Menu de navigation