Site for researching all meanings of Hebrew Bible.

Difference between revisions of "MediaWiki:Common.js"

From Without Vowels project
Jump to: navigation, search
(Reverted back)
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
  
 +
/* The 'callback' parameter doesn't work :-(
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
 
         "imageId": "button-hebrew-word",
 
         "imageId": "button-hebrew-word",
Line 12: Line 13:
 
         }
 
         }
 
};
 
};
 +
*/

Revision as of 17:13, 28 October 2011

/* Any JavaScript here will be loaded for all users on every page load. */

/* The 'callback' parameter doesn't work :-(
mwCustomEditButtons[mwCustomEditButtons.length] = {
        "imageId": "button-hebrew-word",
        "imageFile": "http://www.withoutvowels.org/w/images/9/95/Button_hebrew_word.png",
        "speedTip": "Insert a Hebrew word with a reference to the dictionary",
        "tagOpen": "",
        "tagClose": "",
        "sampleText": "",
        callback: function() {
                alert("Test");
        }
};
*/