Current Path : /var/www/html/clients/kampol.e-nk.ru/plugins/editors/jce/tiny_mce/plugins/xhtmlxtras/js/ |
Current File : /var/www/html/clients/kampol.e-nk.ru/plugins/editors/jce/tiny_mce/plugins/xhtmlxtras/js/acronym.js |
/** * $Id: acronym.js 26 2009-05-25 10:21:53Z happynoodleboy $ * * @author Moxiecode - based on work by Andrew Tetlaw * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. */ function init() { SXE.initElementDialog('acronym'); if (SXE.currentAction == "update") { SXE.showRemoveButton(); } } function insertAcronym() { SXE.insertElement('acronym'); tinyMCEPopup.close(); } function removeAcronym() { SXE.removeElement('acronym'); tinyMCEPopup.close(); } tinyMCEPopup.onInit.add(init);