getBContents (tabs method)

탭아이템 객체의 콘텐츠 유무를 가져옵니다.

Syntax

{ibtab}.tabs.items(idx).getBContents();

Parameters

Name Type Required Description
idx number 필수 탭아이템의 인덱스

Returns

boolean: 탭아이템 객체의 콘텐츠 유무

Example

console.log(myTab.tabs.items(0).getBContents());

Since

version desc
7.3.0.0