mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
위젯에서 수정시 선택된 모듈 초기셋팅 버그
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5857 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0c6da5ac66
commit
dddff8e525
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue