New features
...
新しい機能
- 背景ハイライト色を行と列レベルで制御します(See 10854)
Defects Resolved (Java)
10954if | a component is bound and has validation, need onEdit onBeforeActiveLostコンポーネントで閾値の検証を行う場合、 onEdit、 onBeforeActiveLost を必要とする | ||
10953 | Changed severity and debug logging around Failure to execute namespace handlerネームスペースハンドラ実行における障害についてのデバッグログと深刻度の変更 | ||
10902 | Swing : When Swing components is updated, the Nexaweb dialog/window displayed before Swing components blinks. | 10854 | Row and Column level control of background highlight color.Swingコンポーネントが更新されると、Swing コンポーネントが点滅する前に Nexaweb のダイアログ/ウィンドウが表示される |
10854 | 背景ハイライト色を行と列レベルで制御する | ||
10614 | CheckBox not wrapping propperlyが適切にラップされていない |
10854 Row and Column level control of background highlight color
The background highlight color of tables, gridtables and treetables can now be specified per row or column.背景ハイライト色を行と列レベルで制御します
テーブル、グリッドテーブルとツリーテーブルの背景ハイライト色は、現在行または列ごとに指定することができます。
Code Block | ||||
---|---|---|---|---|
| ||||
<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 34 Cell 2"/> </row> </table> |