2 * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
\r
4 * @author Moxiecode - based on work by Andrew Tetlaw
\r
5 * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
\r
10 tinyMCE.setWindowArg('mce_windowresize', false);
\r
14 tinyMCEPopup.resizeToInnerSize();
\r
15 SXE.initElementDialog('abbr');
\r
16 if (SXE.currentAction == "update") {
\r
17 SXE.showRemoveButton();
\r
21 function insertAbbr() {
\r
22 SXE.insertElement(tinyMCE.isIE && !tinyMCE.isOpera ? 'html:ABBR' : 'abbr');
\r
23 tinyMCEPopup.close();
\r
26 function removeAbbr() {
\r
27 SXE.removeElement('abbr');
\r
28 tinyMCEPopup.close();
\r