UI exclusiveDialog


window dialog

alert([message]);
Boolean returnValue = edialog.confirm([message]);
String returnValue = edialog.prompt([message],[defaultValue] );

Basic dialog

edialog.alert([message]);
Boolean returnValue = edialog.confirm([message]);
String returnValue = edialog.prompt([message],[defaultValue] );

Custom dialog

edialog.testReturnValue();
returnValue 처리에 대한 테스트
edialog.custom1();
onsubmit 예제
edialog.custom2();
버튼의 onclick 처리 예제

alert

confirm

prompt

testReturnValue

##

custom1

##
##
2~10글자를 입력해주세요.

custom2

##
2~10글자를 입력해주세요.

alert

중복 등록 실패 테스트

1-alert

직접 호출 함수 등록 실패 테스트