Sha256: c447e91b8f415cf97918345cb72e2200b95a5a69135eaf1a4d79420d5263f0c3
Contents?: true
Size: 559 Bytes
Versions: 578
Compression:
Stored size: 559 Bytes
Contents
/** * acronym.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ 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);
Version data entries
578 entries across 548 versions & 41 rubygems