[Seasar-user:18994] Re: Teedaのテーブルタグでの入力項目で動的に背景色を変更するには?

keduka [E-MAIL ADDRESS DELETED]
2009年 12月 8日 (火) 10:01:24 JST


小林 (koichik) 様

返信ありがとうございます。
ご提示の方法で実現できました。
ありがとうございます。

1点注意事項として、HTML側のINPUTタグに、class="xxx"
を記述しておくことが必要でした。

(参考に)
■Page
public String getMemberNameStyleClass() {
    if (hasError == null) {
    return null;
    }
    return hasError[resultIndex] ? "onTeedaError" : null;
}
■HTML
<table class="gridTable" frame="border">
 <thead>
  <tr>
   <th><label id="memberIdLabel">会員ID</label></th>
   <th><label id="memberNameLabel">会員名</label></th>
  </tr>
 </thead>
 <tbody id="resultItems">
  <tr id="row" style="y">
   <td><span id="memberId">111</span></td>
   <td><input type="text" id="memberName" value="鈴木 一郎"
class="ime_active"/></td>
  </tr>
 </tbody>
</table>
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20091208/339c296f/attachment.html>


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