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

cms_static.js.tiny_mce.utils.editable_selects.js Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 * editable_selects.js
 *
 * Copyright 2009, Moxiecode Systems AB
 * Released under LGPL License.
 *
 * License: http://tinymce.moxiecode.com/license
 * Contributing: http://tinymce.moxiecode.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