Hai,<br><br><script><br>function a(){<br>var form = Kumu.FormHelper.create('Form', 't'); <br>var items = form['fooItems']<br>var item = items[0];<br><br><b style="background-color: rgb(255, 0, 0);">item['ccc']="CCC";</b><br>
items[0]=item;<br><br><span style="background-color: rgb(255, 0, 0);">alert(items[0]['ccc']);</span><br><br>}<br></script><br></head><br><body><br><form id="Form"><br><br><input type="hidden" id="fooItemsSave" /><br>
<br><table border="1"><br> <div id="fooItems"><br> <tr><br> <td><span id="fooNo">100</span></td><br><br> <td><input type="text" id="aaa" title="AAA" /></td><br>
<td><input type="text" id="bbb" title="BBB" /></td><br> <span style="background-color: rgb(255, 255, 102);"> <td><input type="text" id="ccc"></input></td></span><br>
<br> </tr><br> </div><br></table><br><br><br>This is my teeda Html coding.I am trying to set the value for 'ccc' in the item using kumu.Formhelper API.<br>After setting the value if i put <span style="background-color: rgb(255, 0, 0);">alert(items[0]['ccc']);</span> i got the value.Where as in the screen there is no change for the value for 'ccc'<br>
<br>How can i achieve this.....?<br><br>Thanks in advance,<br>トマス<br><br>Here i set the <br>