From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- .../plugins/compat3x/editable_selects.js | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100755 framework/Web/Javascripts/source/tinymce-405/plugins/compat3x/editable_selects.js (limited to 'framework/Web/Javascripts/source/tinymce-405/plugins/compat3x/editable_selects.js') diff --git a/framework/Web/Javascripts/source/tinymce-405/plugins/compat3x/editable_selects.js b/framework/Web/Javascripts/source/tinymce-405/plugins/compat3x/editable_selects.js new file mode 100755 index 00000000..8d30787d --- /dev/null +++ b/framework/Web/Javascripts/source/tinymce-405/plugins/compat3x/editable_selects.js @@ -0,0 +1,70 @@ +/** + * editable_selects.js + * + * Copyright, Moxiecode Systems AB + * Released under LGPL License. + * + * 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