jQuery MiniUI

标题: form.getData 取不到checkboxlist的值 [打印本页]

作者: rosebed    时间: 2014-3-13 08:59:33     标题: form.getData 取不到checkboxlist的值

在表单中 用form.getData取不到checkboxlist选中的值 ,代码如下,
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>CheckBoxList</title>
  5.     <meta http-equiv="content-type" content="text/html; charset=UTF-8" /><link href="../demo.css" rel="stylesheet" type="text/css" />

  6.    
  7.     <script src="../../scripts/boot.js" type="text/javascript"></script>
  8.    
  9.       

  10. </head>
  11. <body>
  12.     <h1>CheckBoxList 复选框组</h1>      
  13.     <div id="editform" class="form" >
  14.     <div id="cbl1" class="mini-checkboxlist" repeatItems="3" repeatLayout="table"
  15.         textField="text" valueField="id" value="cn,usa"
  16.         url="../data/countrys.txt" >
  17.     </div>
  18.     <input type="button" value="getValue" onclick="getValue()"/>   
  19.   </div>

  20.     <script type="text/javascript">

  21.         function getValue() {
  22.             var form = new mini.Form("#editform");
  23.             var o = form.getData();
  24.             var json = mini.encode([o]);
  25.             alert(json);
  26.         }
  27.       
  28.     </script>

  29. </body>
  30. </html>
复制代码




作者: felt    时间: 2014-3-13 09:28:52

表单的getData是根据name来的,你没设置name
作者: rosebed    时间: 2014-3-13 09:42:03

felt 发表于 2014-3-13 09:28
表单的getData是根据name来的,你没设置name

明白了,谢谢!




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2