|
따-끈 New 기능
|
// 코드 사용 예
scwin.gridView1_tooltipFormatter
=
function
(rowIndex, colIndex, label, isOverflow, type) {
if
(type
===
"footer"
) {
// footer 셀에서 표시할 tooltip
}
else if
(type
===
"subtotal"
) {
// subtotal 셀에서 표시할 tooltip
}
else
{
// body 셀에서 표시할 tooltip
}
console.
log
(rowIndex, colIndex, label, isOverflow, type);
}
GridView
tooltipFormatter - type
tooltipFormatter 함수에 영역(body, subtotal, footer)별 툴팁 설정 방법 추가 (인자추가)
|
// GridView와 바인딩된 DataList의 컬럼 중 표시되지 않은 컬럼 값 가져오기
expression
=
"Number(display('col1'))+Number(datalist('col_not_show'))"
|
// Upload 컴포넌트 입력 부분, 또는 파일 올리기 버튼 클릭시 파일 탐색창 오픈
<
w2:upload id
=
"upload1"
clickOpenFileDialog
=
"true"
>
</
w2:upload
>
// 기본 값 false
|
|
|