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
goldencobra-2.3.4 app/assets/javascripts/goldencobra/html_editors/tinymce_v3/plugins/xhtmlxtras/js/abbr.js
goldencobra-2.3.3 app/assets/javascripts/goldencobra/html_editors/tinymce_v3/plugins/xhtmlxtras/js/abbr.js
wagn-1.21.1 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.21.0 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.20.4 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.20.3 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.20.2 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.20.1 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.20.0 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
ish_lib-0.0.8 vendor/assets/javascripts/.trash/tinymce/plugins/xhtmlxtras/js/abbr.js
ish_lib-0.0.8 vendor/assets/themeforest/alpona/html/js/tiny_mce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.6 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.5 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.4 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.3 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.2 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.1 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.19.0 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js
tinymce-rails-3.5.11.1 vendor/assets/javascripts/tinymce/plugins/xhtmlxtras/js/abbr.js
wagn-1.18.6 rails/assets/tinymce/plugins/xhtmlxtras/js/abbr.js