MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
K (disabled)
K (enable)
Zeile 7: Zeile 7:
         "sampleText": "<?php\n\n?>"  //the sample text to place inside the block
         "sampleText": "<?php\n\n?>"  //the sample text to place inside the block
};
};
//mwCustomEditButtons.push(button);
mwCustomEditButtons.push(button);

Version vom 18. April 2008, 22:00 Uhr

1 /* Jedes JavaScript hier wird für alle Benutzer für jede Seite geladen. */
2 var button = {
3         "imageFile": "skins/common/images/button_image.png",  //image to be shown on the button (may be a full URL too), 22x22 pixels
4         "speedTip": "Highlight SourceCode",    //text shown in a tooltip when hovering the mouse over the button
5         "tagOpen": "<source lang=\"php\">",        //the text to use to mark the beginning of the block
6         "tagClose": "</source>",      //the text to use to mark the end of the block (if any)
7         "sampleText": "<?php\n\n?>"   //the sample text to place inside the block
8 };
9 mwCustomEditButtons.push(button);