作成日: 2019/01/18 最終更新日: 2019/01/18
文書種別
使用方法
詳細
FlexGridでヘッダーの背景色にグラデーションを設定するには、下記のようなCSSを使用してください。
◎サンプルコード(View)
◎サンプルコード(View)
<style type="text/css">
.wj-header.wj-cell {
background: linear-gradient(white, navy);
}
</style>
.wj-header.wj-cell {
background: linear-gradient(white, navy);
}
</style>
旧文書番号
83531