4 182
editací
Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 4: | Řádek 4: | ||
//importScriptURI('resources/wikEd.js'); | //importScriptURI('resources/wikEd.js'); | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | |||
'section': 'emoticons', | |||
'group': 'faces', | |||
'tools': { | |||
'smile': { | |||
label: 'Smile!', // or use labelMsg for a localized label, see above | |||
type: 'button', | |||
icon: 'http://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 | |||
} | |||
} | |||
} | |||
} | |||
} ); |