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