From 6348e70daa113e8b3203de8fbc919d08c90d972e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 1 Jul 2010 16:48:07 -0700 Subject: Initial checkin --- .../jscripts/tiny_mce/utils/editable_selects.js | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 tinymce/jscripts/tiny_mce/utils/editable_selects.js (limited to 'tinymce/jscripts/tiny_mce/utils/editable_selects.js') diff --git a/tinymce/jscripts/tiny_mce/utils/editable_selects.js b/tinymce/jscripts/tiny_mce/utils/editable_selects.js new file mode 100644 index 000000000..fd943c0f8 --- /dev/null +++ b/tinymce/jscripts/tiny_mce/utils/editable_selects.js @@ -0,0 +1,70 @@ +/** + * 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