[ 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' 라고 주면 됨

Posted by 농부지기
,