Site for researching all meanings of Hebrew Bible.

Difference between revisions of "MediaWiki:Common.js"

From Without Vowels project
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: mwCustomEditButtons[mwCustomEditButtons.length] = { "imageId": "button-hebrew-word", "...")
 
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
+
undefinedundefinedundefined/* Any JavaScript here will be loaded for all users on every page load. */
  
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
Line 5: Line 5:
 
         "imageFile": "http://www.withoutvowels.org/w/images/9/95/Button_hebrew_word.png",
 
         "imageFile": "http://www.withoutvowels.org/w/images/9/95/Button_hebrew_word.png",
 
         "speedTip": "Insert a Hebrew word with a reference to the dictionary",
 
         "speedTip": "Insert a Hebrew word with a reference to the dictionary",
         //"tagOpen": "Smile (",
+
         "tagOpen": "",
         //"tagClose": ")",
+
         "tagClose": "",
         //"sampleText": "sample",
+
         "sampleText": "",
 
         callback: function() {
 
         callback: function() {
 
                 alert("Test");
 
                 alert("Test");
 
         }
 
         }
 
};
 
};

Revision as of 17:12, 28 October 2011

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

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");
        }
};