From aa2edd2b5171cefa1afc9ef6fb06d058c620a753 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 9 Nov 2010 05:43:24 +0000 Subject: [PATCH] =?UTF-8?q?#19242644=20[XEED]=20=EA=B8=80=EA=BC=B4?= =?UTF-8?q?=EC=83=89/=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=A7=81=EC=A0=91?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EC=8B=9C=20=EB=AC=B8=EA=B5=AC=EA=B0=80=20?= =?UTF-8?q?=EC=82=AC=EB=9D=BC=EC=A7=80=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7819 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index 29b76512c..53a774bd6 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -1033,6 +1033,14 @@ Font = xe.createPlugin('Font', { self.cast('HIDE_COLOR_LAYER'); return false; + }) + .end() + .find(':text') + .focus(function(){ + $(this).prev().hide(); + }) + .blur(function(){ + if (!$.trim(this.value)) $(this).prev().show(); }); }, deactivate : function() { @@ -2342,6 +2350,12 @@ FileUpload = xe.createPlugin('FileUpload', { * @params Array of file info. file info = { id : 0, name : '', path : '', size : 0 }; */ API_ADD_FILE_LIST : function(sender, params) { + var i, c, files = params[0]; + + for(i=0,c=files.length; i < c; i++) { + } + + this.updateCount(); }, /** * @brief Insert a file into the rich editor