| | |
| | | /**
|
| | | * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
|
| | | /**
|
| | | * abbr.js
|
| | | *
|
| | | * @author Moxiecode - based on work by Andrew Tetlaw
|
| | | * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
|
| | | * Copyright 2009, Moxiecode Systems AB
|
| | | * Released under LGPL License.
|
| | | *
|
| | | * License: http://tinymce.moxiecode.com/license
|
| | | * Contributing: http://tinymce.moxiecode.com/contributing
|
| | | */
|
| | |
|
| | | function init() {
|
| | |
| | | }
|
| | |
|
| | | function insertAbbr() {
|
| | | SXE.insertElement(tinymce.isIE ? 'html:abbr' : 'abbr');
|
| | | SXE.insertElement('abbr');
|
| | | tinyMCEPopup.close();
|
| | | }
|
| | |
|