위젯에서 수정시 선택된 모듈 초기셋팅 버그

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5857 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-12 05:20:13 +00:00
parent 0c6da5ac66
commit dddff8e525

View file

@ -118,7 +118,7 @@ function doFillWidgetVars() {
// 위젯의 속성 설정
var obj_list = new Array();
jQuery('form input, form select, form textarea').each( function() {
jQuery('input,select,textarea','#fo_widget').each( function() {
obj_list.push(this);
});
@ -134,7 +134,6 @@ function doFillWidgetVars() {
switch(type) {
case "hidden" :
if(jQuery('[name=_' + node.name+']').size() == 0) continue;
case "text" :
case "textarea" :
var val = selected_node.getAttribute(name);