탭아이템 객체의 제목을 설정합니다.
{ibtab}.tabs.items(idx).setTitle(title);
Name | Type | Required | Description |
---|---|---|---|
title |
string |
필수 | 탭아이템 객체의 제목 |
idx |
number |
필수 | 탭아이템의 인덱스 |
none
myTab.tabs.items(0).setTitle("제목");
version | desc |
---|---|
7.3.0.0 |