UseButton (cfg)

TypeButton이고, Button의 속성값이 Button인 경우, 셀 안에 버튼이 생성됩니다.
그런데 이 생성되는 버튼은 <u>태그를 이용하게 되는데 이를 <button>를 사용할지 여부를 선택합니다.

u태그 버튼
[u태그를 사용한 버튼]

button태그 버튼
[button태그를 사용한 버튼]

Type

number

Options

Value Description
0 <u>태그를 통해 버튼 생성 (default)
1 <button>태그를 통해 버튼 생성

Example

options.Cfg = {
   "UseButton": 1       // <button>태그를 사용하여 버튼 생성
};

Read More

Since

product version desc
core 8.0.0.0 기능 추가