All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.js.tinymce.plugins.compat3x.utils.editable_selects.js Maven / Gradle / Ivy

There is a newer version: 5.0.6
Show newest version
/**
 * editable_selects.js
 *
 * Released under LGPL License.
 * Copyright (c) 1999-2015 Ephox Corp. All rights reserved
 *
 * License: http://www.tinymce.com/license
 * Contributing: http://www.tinymce.com/contributing
 */

var TinyMCE_EditableSelects = {
	editSelectElm : null,

	init : function() {
		var nl = document.getElementsByTagName("select"), i, d = document, o;

		for (i=0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy