풍선도움말 객체에 원하는 css클래스를 적용하여 디자인을 설정 합니다.
string
| Value | Description |
|---|---|
string |
풍선도움말 객체에 적용할 클래스 명 |
<style>
.RedBold{color:red;font-weight:700;}
.deepblue{color:#020079;}
</style>
//특정 열에 풍선도움말 표시시 사용될 클레스를 설정.
options.Cols = [
...
{Type:"Text", Tip: 1, TipClass: "deepblue", Name: "procs", Width: 120 ...},
...
];
| product | version | desc |
|---|---|---|
| core | 8.0.0.0 | 기능 추가 |