Closed gitaeks closed 8 years ago
폰의 네이티브 Alert, Conform이 아닌 커스텀 Alert, Conform에 popup 컴포넌트를 적용하기 위해서는 아래를 참조해 주세요.
popup
Alert, Conform의 특성상 백드롭(배경)영역을 터치해도 popup이 닫히지 말아야 합니다. 아래에 관련 옵션 참고해 주세요.
문서 http://rc.kimsq.com/components/popup/#static-backdrop-with-animation
데모 http://rc.kimsq.com/examples/components/popup/static-backdrop-with-animation.html
아래의 두가지 옵션을 적용하시면 됩니다.
$(‘#foo’).popup({ backdrop :'static', history :'false' });
폰의 네이티브 Alert, Conform이 아닌 커스텀 Alert, Conform에
popup
컴포넌트를 적용하기 위해서는 아래를 참조해 주세요.Alert, Conform의 특성상 백드롭(배경)영역을 터치해도
popup
이 닫히지 말아야 합니다. 아래에 관련 옵션 참고해 주세요.문서 http://rc.kimsq.com/components/popup/#static-backdrop-with-animation
데모 http://rc.kimsq.com/examples/components/popup/static-backdrop-with-animation.html