-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: 1.0.11-SP3
-
Component/s: Teeda Extension
-
None
forEach の中の commandButton が押された場合,押されたボタンに対応する xxxIndex を設定して do~() メソッドを呼び出すようにする.
<table id="xxxItems"> <tr><td><input type="submit" id="doXxx"/></td></tr> </table>
の場合に 3 行目のボタンが押されたなら,xxxIndex に 2 を設定して doXxx() を呼び出す.