User:Savski/monobook.css: Difference between revisions
From Hattrick
Jump to navigationJump to search
Created page with 'jQuery(document).ready(function ($) { $('#wpTextbox1').wikiEditor('addToToolbar', { section: 'advanced', group: 'format', …' |
No edit summary |
||
| Line 1: | Line 1: | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | |||
'sections': { | |||
'emoticons': { | |||
'type': 'toolbar', // Can also be 'booklet' | |||
'label': 'Emoticons' | |||
// or 'labelMsg': 'section-emoticons-label' for a localized label | |||
} | } | ||
} | } | ||
}); | } ); | ||
Revision as of 15:15, 21 June 2012
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'sections': {
'emoticons': {
'type': 'toolbar', // Can also be 'booklet'
'label': 'Emoticons'
// or 'labelMsg': 'section-emoticons-label' for a localized label
}
}
} );