initItem (customZone method)

사용자정의 영역을 HTML tag로 설정합니다.

Syntax

{ibtab}.customZone(0).item().initItem(prop);

Parameters

Name Type Required Description
prop object 필수 사용자 정의 영역 속성
prop.contents string 필수 사용자 정의 영역 HTML tag
prop.width string 선택 사용자 정의 영역 최대 너비값

Returns

none

Example

myTab.customZone.initItem({
  contents: "<div id='stranger'>Hello~, Stranger!</div>",
  width: "100px"
});

Since

version desc
7.3.1.0 split 기능 추가로 customZone 객체 호출 방식 변경