Difference between revisions of "MediaWiki:EditToolbar.js"

From Apache OpenOffice Wiki
Jump to: navigation, search
(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"}
  }
Personal tools