Difference between revisions of "MediaWiki:EditToolbar.js"
From Apache OpenOffice Wiki
(Blanking page) |
(Testing changes to Edit buttonbar) |
||
| Line 1: | Line 1: | ||
| − | + | if (mwCustomEditButtons) { | |
| + | |||
| + | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
| + | "imageFile": "http://wiki.services.openoffice.org/w/images/7/74/Button_comment.png", | ||
| + | "speedTip": "Comment visible only for editors", | ||
| + | "tagOpen": "<!-- ", | ||
| + | "tagClose": " -->", | ||
| + | "sampleText": "Insert comment here"} | ||
| + | } | ||
Revision as of 14:26, 22 March 2011
if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://wiki.services.openoffice.org/w/images/7/74/Button_comment.png",
"speedTip": "Comment visible only for editors",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": "Insert comment here"}
}