Sha256: 9948d4d53886c95020ac6a6a8c83d0cfa288a9e8eb8e5d1cbcc7c8a9c06a073e

Contents?: true

Size: 541 Bytes

Versions: 575

Compression:

Stored size: 541 Bytes

Contents

/**
 * abbr.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('abbr');
	if (SXE.currentAction == "update") {
		SXE.showRemoveButton();
	}
}

function insertAbbr() {
	SXE.insertElement('abbr');
	tinyMCEPopup.close();
}

function removeAbbr() {
	SXE.removeElement('abbr');
	tinyMCEPopup.close();
}

tinyMCEPopup.onInit.add(init);

Version data entries

575 entries across 545 versions & 40 rubygems

Version Path
wagn-1.13.0 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.13.0.pre2 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.13.0.pre1 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.13.0.pre public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.13 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.12 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.11 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.10 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.9 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.8 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.12.7 public/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
goldencobra-1.4.0 app/assets/javascripts/goldencobra/plugins/xhtmlxtras/js/abbr.js
goldencobra-1.3.4 app/assets/javascripts/goldencobra/plugins/xhtmlxtras/js/abbr.js
goldencobra-1.2.8 app/assets/javascripts/goldencobra/plugins/xhtmlxtras/js/abbr.js
gnuside-tinymce-rails-3.5.8.3 vendor/assets/javascripts/tinymce/plugins/xhtmlxtras/js/abbr.js
goldencobra-1.2.0 app/assets/javascripts/goldencobra/plugins/xhtmlxtras/js/abbr.js
tinymce-rails-3.5.9 vendor/assets/javascripts/tinymce/plugins/xhtmlxtras/js/abbr.js
tinymce-rails-3.5.9.pre2 vendor/assets/javascripts/tinymce/plugins/xhtmlxtras/js/abbr.js
tinymce-rails-3.5.9.pre vendor/assets/javascripts/tinymce/plugins/xhtmlxtras/js/abbr.js
it-logica-application-backbone-1.3.24 app/assets/javascripts/backbone_js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js