Sha256: e4cdd9d126defbf0beea15ce5ee63d8137d1c1aede03e3c8f112afdb880772a2

Contents?: true

Size: 677 Bytes

Versions: 110

Compression:

Stored size: 677 Bytes

Contents

tinyMCEPopup.requireLangPack();

function init() {
	var f = document.forms[0], v;

	tinyMCEPopup.resizeToInnerSize();

	f.numcols.value = tinyMCEPopup.getWindowArg('numcols', 1);
	f.numrows.value = tinyMCEPopup.getWindowArg('numrows', 1);
}

function mergeCells() {
	var args = [], f = document.forms[0];

	tinyMCEPopup.restoreSelection();

	if (!AutoValidator.validate(f)) {
		tinyMCEPopup.alert(tinyMCEPopup.getLang('invalid_data'));
		return false;
	}

	args["numcols"] = f.numcols.value;
	args["numrows"] = f.numrows.value;

	tinyMCEPopup.execCommand("mceTableMergeCells", false, args);
	tinyMCEPopup.close();
}

tinyMCEPopup.onInit.add(init);

Version data entries

110 entries across 88 versions & 11 rubygems

Version Path
kete-tiny_mce-0.1.0 lib/tiny_mce/assets/tiny_mce/plugins/table/js/merge_cells.js
krasivotokak-tiny_mce-0.0.1 public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
krasivotokak-tiny_mce-0.0.2 public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
krasivotokak-tiny_mce-0.0.4 public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
krasivotokak-tiny_mce-0.1.0 lib/tiny_mce/assets/tiny_mce/plugins/table/js/merge_cells.js
forgeos_core-1.9.4 app/assets/javascripts/forgeos/tiny_mce/plugins/table/js/merge_cells.js
forgeos_core-1.9.3 app/assets/javascripts/forgeos/tiny_mce/plugins/table/js/merge_cells.js
forgeos_core-1.9.2 app/assets/javascripts/forgeos/tiny_mce/plugins/table/js/merge_cells.js
forgeos_core-1.9.1 app/assets/javascripts/forgeos/tiny_mce/plugins/table/js/merge_cells.js
muck-oauth-0.2.4 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-oauth-0.2.3 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-oauth-0.2.2 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-contents-0.2.22 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-contents-0.2.21 public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-contents-0.2.21 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-oauth-0.2.1 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-oauth-0.2.0 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
ds-kitsune-0.2.5 generators/kitsune/templates/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-contents-0.2.20 public/javascripts/tiny_mce/plugins/table/js/merge_cells.js
muck-contents-0.2.20 test/rails_root/public/javascripts/tiny_mce/plugins/table/js/merge_cells.js