mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#55 radio 타입 설정 값이 채워지도록 보완 및 코드 정리.
This commit is contained in:
parent
c2b3933831
commit
7e379bfee9
2 changed files with 38 additions and 21 deletions
|
|
@ -132,6 +132,7 @@ function doFillWidgetVars() {
|
|||
else node.value = unescaped_val;
|
||||
jQuery('#'+name).val(node.value);
|
||||
break;
|
||||
case "radio" :
|
||||
case "checkbox" :
|
||||
if(selected_node.getAttribute(name)) {
|
||||
var val = selected_node.getAttribute(name).split(',');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue