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/cite.js |
/** * $Id: cite.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('cite'); if (SXE.currentAction == "update") { SXE.showRemoveButton(); } } function insertCite() { SXE.insertElement('cite'); tinyMCEPopup.close(); } function removeCite() { SXE.removeElement('cite'); tinyMCEPopup.close(); } tinyMCEPopup.onInit.add(init);