4.5.46 (Jun 2011)
新しい機能
- 背景ハイライト色を行と列レベルで制御します(See 10854)
Defects Resolved (Java)
| 10954 | コンポーネントで閾値の検証を行う場合、 onEdit、 onBeforeActiveLost を必要とする |
| 10953 | ネームスペースハンドラ実行における障害についてのデバッグログと深刻度の変更 |
| 10902 | Swing : Swingコンポーネントが更新されると、Swing コンポーネントが点滅する前に Nexaweb のダイアログ/ウィンドウが表示される |
| 10854 | 背景ハイライト色を行と列レベルで制御する |
| 10614 | CheckBox が適切にラップされていない |
テーブル、グリッドテーブルとツリーテーブルの背景ハイライト色は、現在行または列ごとに指定することができます。
<table>
<column>
<header text="Column #1"/>
</column>
<column highlightBackgroundColor="blue">
<header text="Column #2"/>
</column>
<row>
<cell text="Row 1 Cell 1"/>
<cell text="Row 1 Cell 2"/>
</row>
<row highlightBackgroundColor="red">
<cell text="Row 2 Cell 1"/>
<cell text="Row 2 Cell 2"/>
</row>
<row>
<cell text="Row 3 Cell 1"/>
<cell text="Row 4 Cell 2"/>
</row>
</table>
, multiple selections available,