DitapLoading

Ditap 알림 창의 배경으로 사용되는 로딩 클래스.
Loading class used as the background of the Ditap notification window.

new Ditap.DitapLoading(parent)

Name Type Description
parent Element 로딩 요소가 삽입될 부모 엘리먼트.
Parent element to which the loading will be inserted.

Members

loading : Element

로딩 요소.
Loading element.

parent : Element

부모 요소.
The parent element of the loading.

Methods

close()

로딩 요소 비활성화.
Disable loading element.

createLoading()object

로딩 요소 생성.
Returns:
생성된 로딩 요소.
Created loading element.

destroy()

로딩 요소 파괴.
destroy loading element.

open()

로딩 요소 활성화.
Enable loading element.