[Seasar-user:12037] [Teeda] gridで行のクリックイベントを取得したい

Junichi Kato [E-MAIL ADDRESS DELETED]
2007年 12月 11日 (火) 10:53:01 JST


加藤です.

ちょっとgridについてわからないので教えてください.
以下のように行のクリックイベントを取りたいのですが,実行時にはonclickが描画されません.
どのようにすべきでしょうか?よろしくお願いします.

<table id="aaaGrid">
<thead>
 <tr>
  <th>hoge</th>
 </tr>
</thead>
<tbody>
 <tr onclick="setIndex(this.rowIndex)">
  <td>fuga</td>
 </tr>
</tbody>
</table>
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: http://ml.seasar.org/archives/seasar-user/attachments/20071211/c49aae17/attachment-0001.html 


Seasar-user メーリングリストの案内