Difference between revisions of "User:Tersia/common.js"
From BDSM Wiki
(Created page with "→This is a testing ground for potential new features for the site: $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { 'section': 'characters', 'pages': { 'emoticons': {...") |
|||
| Line 3: | Line 3: | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | ||
'section': 'characters', | 'section': 'characters', | ||
| − | ' | + | 'main: { |
| − | ' | + | 'insert': { |
'layout': 'characters', | 'layout': 'characters', | ||
'label': 'Emoticons', | 'label': 'Emoticons', | ||
Revision as of 01:30, 15 May 2014
/* This is a testing ground for potential new features for the site */
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'characters',
'main: {
'insert': {
'layout': 'characters',
'label': 'Emoticons',
'characters': [ ':)', ':))', ':(', '<3', ';)' ]
}
}
} );