Topic on Project:Support desk

ShahadatHossain (talkcontribs)
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'emoticons',
'group': 'faces',
'tools': {
'smile': {
label: 'Smile!', // or use labelMsg for a localized label, see above
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',
action: {
type: 'encapsulate',
options: {
pre: ":)" // text to be inserted
}
}
}
}
} );

Where I input this code for customize my site wikieditor extantion button . Extension:WikiEditor/Toolbar customization . I want to add a button but I Am confused that where I input this code ? please help . Thanks

Ciencia Al Poder (talkcontribs)
Reply to "Help"