Difference between revisions of "User:Root/common.js"
From www.PSALTIKI.info
|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| − | /**
| |
| − | * Extra buttons in toolbar
| |
| − | * @stats [[File:Krinkle_InsertWikiEditorButton.js]]
| |
| − | */
| |
| − | $.ajax({
| |
| − | url: '//localhost:8001/index.php?title=MediaWiki:InsertWikiEditorButton.js&action=raw&ctype=text/javascript',
| |
| − | dataType: 'script',
| |
| − | cache: true
| |
| − | }).done(function () {
| |
| | | | |
| − | // Happy face
| |
| − | krInsertWikiEditorButton({
| |
| − | id: "mw-text-blue",
| |
| − | icon: "/images/BoutonsDefaut03.png",
| |
| − | label: 'make-text-blue',
| |
| − | insertBefore: '<font color="blue">',
| |
| − | insertAfter: '</font>',
| |
| − | sampleText: 'past your text'
| |
| − | });
| |
| − |
| |
| − | // Monkey
| |
| − | krInsertWikiEditorButton({
| |
| − | id: 'mw-text-red',
| |
| − | icon: '/images/redtext.png',
| |
| − | label: 'make-text-red',
| |
| − | insertBefore: '<font color="red">',
| |
| − | insertAfter: '</font>',
| |
| − | sampleText: 'past your text'
| |
| − | });
| |
| − |
| |
| − | });
| |
| − |
| |
| − |
| |
| − | var customizeToolbar = function () {
| |
| − | /* Your code goes here */
| |
| − | $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
| |
| − | 'sections': {
| |
| − | 'emoticons': {
| |
| − | 'type': 'toolbar', // Can also be 'booklet'
| |
| − | 'label': 'Emoticons'
| |
| − | // or 'labelMsg': 'section-emoticons-label' for a localized label
| |
| − | }
| |
| − | }
| |
| − | } );
| |
| − | };
| |
Latest revision as of 21:37, 28 June 2017