437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 15 : | Ligne 15 : | ||
console.log( context ); | console.log( context ); | ||
var button = new OO.ui.ButtonInputWidget( {label: 'Do a thing',icon: 'hieroglyph'} ); | var button = new OO.ui.ButtonInputWidget( {label: 'Do a thing',icon: 'hieroglyph'} ); | ||
button.connect( null, {click: function ( e ) {console.log( e ); OO.ui.alert( 'A thing is done.' );} | |||
} ); | |||
} | } | ||
} | } |