getBPreLoad (contents method)

콘텐츠가 호출되었는지 여부를 가져옵니다.

Syntax

{ibtab}.contents.items(idx).getBPreLoad();

Parameters

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

Returns

boolean: 탭아이템 생성과 동시에 콘텐츠 생성 여부

Example

console.log(myTab.contents.items(0).getBPreLoad());

Since

version desc
7.3.0.0