[ Nexacro-Grid 특정 Cell에 Mouseover시 컬러 변경 ]
1. 정의 : Grid에서 특정 Cell에 Mouseover시 font color를 Blue 및 font Underline처리 하기
다시 Mouse가 빠져나오면 원래 font color로 변경 되고 Underline도 살아지게 처리
2. 방법 :
a. css 추가
.Grid .body .row .cell.webLink[status=mouseover]
{
background : #f6f6f6;
-nexa-text-decoration : underline;
color : blue;
}
b. Grid.cell속성.Information > cssClass 에 'webLink' 라고 주면 됨
'Nexacro-Grid > cell 속성 관련' 카테고리의 다른 글
Nexacro Grid - Cell에 image보여주기 (0) | 2019.04.12 |
---|---|
Nexacro.Grid-Cell Merge (0) | 2017.03.30 |
Nexacro.Grid - 특정 셀에 여러줄일 경우 (0) | 2017.02.09 |
Nexacro.Grid - cell size(width)조정 (0) | 2017.02.09 |
Nexacro Grid - 좌.우 라인 제거하기 (0) | 2017.01.22 |