MediaWiki:Common.js/edit.js: Difference between revisions

using button base for feature in development
m (is this linebreak a problem?)
(using button base for feature in development)
Line 83: Line 83:
'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""],
'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""],
'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""],
'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""],
'Bf': ['4/49/Button_talk.png', 'Insert BSL function', "", "", ""]
'BF': ['e/ec/Button_base.png', 'Insert BSL function', "", "", ""]
};
};


Line 293: Line 293:
extendAButton(Isrc + '4/49/Button_talk.png', XEBPopupTalk);
extendAButton(Isrc + '4/49/Button_talk.png', XEBPopupTalk);
extendAButton(Isrc + 'c/cc/Button_adv_image.png',XEBPopupImage);
extendAButton(Isrc + 'c/cc/Button_adv_image.png',XEBPopupImage);
extendAButton(Isrc + '4/49/Button_talk.png',XEBPopupBSLfunc);
extendAButton(Isrc + 'e/ec/Button_base.png',XEBPopupBSLfunc);
//extendAButton(Isrc+'d/d6/Button_superscript.png',XEBPopupFormattedText);
//extendAButton(Isrc+'d/d6/Button_superscript.png',XEBPopupFormattedText);