this.addListener('appear', function (e) { // 현재 로딩이 완료되어 나타난 상태
});
this.addListener('mousewheel', function (e) { // 마우스 휠 이벤트
console.log(e.getWheelDelta()); // + 휠업, - 휠다운
});
마우스
mousemove : 1,
mouseover : 1,
mouseout : 1,
mousedown : 1,
mouseup : 1,
click : 1,
dblclick : 1,
contextmenu : 1,
mousewheel : 1
// 찾은 핸들러 이벤트
문서
"complete" : 완료
"loaded" :
"success":
"fail":
"error":
"readystatechange":
Animation
"animate" : statics.animate,
"fadeIn" : statics.fadeIn,
"fadeOut" : statics.fadeOut,
"play" : statics.play,
"pause" : statics.pause,
"stop" : statics.stop,
"isEnded" : statics.isEnded,
"isPlaying" : statics.isPlaying
"setup" : 시작 "finish" : 끝
IFrame, Script
"uninitialized" : 1,
"loading" : 2,
"loaded" : 2,
"interactive" : 3,
"complete" : 4
프로그래스바
"complete" : 완료
"change" : 변경
'Dev > Qooxdoo' 카테고리의 다른 글
1. qooxdoo Project 만들기 (0) | 2012.07.27 |
---|---|
JQuery Animation을 통해서 Qooxdoo 프로퍼티로 애니메이션 구현 예제 (0) | 2012.07.09 |
Qooxdoo를 이용한 객체 생성 및 해제 예제 (0) | 2012.07.09 |
appearances, decorations 추가 하기 (예-버튼) (0) | 2012.05.30 |
이미지 미리받아놓기 (0) | 2012.05.23 |
다국어 지원 (0) | 2012.05.18 |
해제 관련 (0) | 2012.05.09 |
qooxdoo 오른쪽 버튼 활성화 (0) | 2012.05.09 |
지원 여부 (0) | 2012.05.03 |
class 동적 생성 (0) | 2012.05.03 |